摘要: #include "stdint.h" #define Stack_Size 0x00000800U #define Heap_Size 0x00000400U uint8_t Stack_Mem[Stack_Size] __attribute__ ((section ("STACK"))); ui 阅读全文
posted @ 2025-01-12 14:31 黄晓明演技担当 阅读(103) 评论(0) 推荐(0)