摘要: typedef struct { __IO uint32_t CR; __IO uint32_t CFGR; __IO uint32_t CIR; __IO uint32_t APB2RSTR; __IO uint32_t APB1RSTR; __IO uint32_t AHBENR; __IO u 阅读全文
posted @ 2023-12-14 18:46 liuyi00 阅读(56) 评论(0) 推荐(0)
摘要: Stack_Size EQU 0x00000400 AREA STACK, NOINIT, READWRITE, ALIGN=3 Stack_Mem SPACE Stack_Size __initial_sp EQU:宏定义的伪指令,相当于c语言中的#define AREA:告诉汇编器汇编一个新的代 阅读全文
posted @ 2023-12-14 11:31 liuyi00 阅读(133) 评论(0) 推荐(0)