2025年9月17日

PolarFire® SoC mpfs-mmuart-interrupt 串口1 本地中断 初始化过程

摘要: #define MSS_PERIPH_MMUART_U54_1 MSS_PERIPH_MMUART1 1、首先 复位 串口1 (void) mss_config_clk_rst(MSS_PERIPH_MMUART_U54_1, (uint8_t) 1, PERIPHERAL_ON); 2、参数初始化 阅读全文

posted @ 2025-09-17 17:58 所长 阅读(20) 评论(0) 推荐(0)

PolarFire® SoC 异常中断的两种模式 和 trap_from_machine_mode 中断服务函数分析

摘要: 一、 PolarFire® SoC 两种中断模式,是 MTVEC 寄存器,BIT[1:0] 决定的, 0: (Direct) All exceptions set PC to BASE 直接中断模式1: (Vectored) Asynchronous interrupts set PC to BAS 阅读全文

posted @ 2025-09-17 11:01 所长 阅读(20) 评论(0) 推荐(0)

导航