Skip to content

Commit f5ff471

Browse files
committed
fix: intro
1 parent 0d819e3 commit f5ff471

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_posts/2024-06-17-hpmicro-riscv-interrupt-handling.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ Interrupt Handling for HPMicro RISC-V MCU(Andes RISC-V IP Core) - Direct Address
2020

2121
这里以 HPM5300EVK 为例, MCU 为 HPM5361, IP Core 为 Andes D25(F). HPM6xxx 系列的 IP Core 为 Andes D45, 但是中断控制器的实现是一样的.
2222

23-
本文不涉及多核. 每个核心各有一个 PLIC, 无具体区别.
24-
25-
本文不涉及 Supervisor 模式, 仅讨论 Machine 模式下的中断处理.
26-
27-
本文混合使用 HPM RISC-V MCU 和 Andes IP Core 两个名词, 对于中断处理来说, 他们是通用的.
23+
- 本文不涉及多核. 每个核心各有一个 PLIC, 无具体区别.
24+
- 本文不涉及 Supervisor / User 模式, 仅讨论 Machine 模式下的中断处理.
25+
- 本文混合使用 HPM RISC-V MCU 和 Andes IP Core 两个名词, 对于中断处理来说, 他们是通用的.
26+
- 本文使用 [hpm-metapac][hpm-hal] 作为代码示例.
2827

2928
## 基础介绍
3029

0 commit comments

Comments
 (0)