摘要: 一.在link.ld文件中添加此段程序: .end_flash : { PROVIDE( _end_flash = .); }>FLASH AT>FLASH 添加位置如下: 二.在程序中获取其大小: extern const uint32_t _end_flash[]; PRINT("flash e 阅读全文
posted @ 2025-12-11 09:12 WCH蓝牙应用分享 阅读(19) 评论(0) 推荐(0)