会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
dreamboy2000
随笔档案-2023年09月
Keil定位常量、变量到指定地址
2023-09-07 15:49 by dreamboy2000, 2349 阅读,
收藏
,
摘要: 一、常量 - ROM区域 const char Version[] __attribute__((at(0x8001000))) = { 'M','V','1','0','0' }; 二、变量 - RAM区域 int val __attribute__((section(".ARM.__at_0x2
阅读全文
0 Comment
About