摘要: 第一种情况:将数组或某一函数单独放在FLASH某个位置,具体配置如下图。 .text1 : { . = ALIGN(4); *(.text1) *(.text1.*) . = ALIGN(4); } >FLASH1 AT>FLASH1 __attribute__((section(".text1") 阅读全文
posted @ 2023-04-18 17:11 ZaiLi 阅读(1276) 评论(0) 推荐(0)