摘要: Keil MDK开发ARM 内核的MCU时,将常量定义到指定的Flash地址中,使用 _attribute_( at(绝对地址) )即可,如: 1 const u32 myConstVariable_1[128] __attribute__((at(0x08001000))) = {0x123456 阅读全文
posted @ 2022-06-09 09:12 Zhu_zzzzzz 阅读(121) 评论(0) 推荐(0)