完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
有没有办法将main()的地址定义在特定位置?
Raisonance编译器有一个'at at 0x8080 void main(void)''语法,宇宙编译器有类似的东西吗? 我已经尝试过void''main(void)@ 0x8080''但是编译器抱怨它不能识别它。 以上来自于谷歌翻译 以下为原文 Is there a way to define the address of main() to be at a specific location? The Raisonance compiler has a ''at 0x8080 void main(void)'' syntax, does the cosmic compiler have something similar? I've tried doing void ''main(void) @ 0x8080'' but compiler complains it doesn't recognize it. |
|
相关推荐
1个回答
|
|
当然我发布这个后我找到了解决方案。
#pragma section(main) void main(void) { / * ....代码在这里* / } #pragma section() 然后在链接器设置下: #Segment Main: + seg .main -b 0x9AAA -m 0x557 -n .main 比我想要的更静一些,但希望能有效。如果有更好的方法可以做到这一点,我会全力以赴。 以上来自于谷歌翻译 以下为原文 of course after I posted this I found a solution. #pragma section (main) void main(void) { /* .... Code here */ } #pragma section() Then under linker settings: # Segment Main: +seg .main -b 0x9AAA -m 0x557 -n .main A little bit more static than I wanted but should hopefully work. If there is a better way to do this, I'm all ears. |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2646 浏览 1 评论
3209 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1784 浏览 1 评论
3613 浏览 6 评论
5991 浏览 21 评论
940浏览 4评论
1317浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
587浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1304浏览 3评论
1363浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-26 20:15 , Processed in 1.441162 second(s), Total 78, Slave 61 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号