完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,
希望在PSoC 4 CY8C4245LQI-43中检测栈溢出。 我试过这个: 1初始化堆栈指针到最后一排的SRAM(我发现SRAM的地址范围从0x20000000到0x20000fff在psoc4建筑技术。堆栈在上部SRAM中。 CHAR*STATKPTR =(CHAR *)0x2000 FFF。 2——赋予它一个价值: *STACKPTR=0xAA; 3 -在执行期间,检查其值的变化: 如果(*STACKPTR!= 0xAA) { FraveStaskIppOrth=真; } 它不起作用。 不幸的是我不能使用调试模式由于采用Flash 90以上%和调试超过现有的Flash。 谢谢你的帮助! 以上来自于百度翻译 以下为原文 Hi everyone, I wish detect the stack overflow in psoc 4 CY8C4245LQI-483. I tried this : 1- initialize a stack pointer to the last row of SRAM (i found SRAM address range from 0x20000000 to 0x20000FFF in PSOC4 architecture TRM. The stack is in upper SRAM). char* stackPtr = (char*) 0x20000FFF. 2- give it a value: *stackPtr = 0xAA; 3- during execution, check for changing its value: if(*stackPtr != 0xAA) { flag_stack_overflow = true; } It does not working. Unfortunately I cannot use the debug mode because the used flash is over the 90% and the debug exceeds the available flash. Thanks for your help! |
|
相关推荐
1个回答
|
|
您仍然可以调试您的项目,即使编译为发布版。停止执行时,可以查看调试器中的内存。您可以用固定值手动填充内存,并检查一段时间后更改多少。
此外,帮助调试是:您可以在文件基础上设置优化级别。因此,只允许对单个文件进行调试。 鲍勃 以上来自于百度翻译 以下为原文 You still can debug your project, even when compiled as release. When you stop execution you may look at the memory in the debugger. You can fill the memory manually with fixed values and check how much gets altered after a while. Bob |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2071 浏览 1 评论
1827 浏览 1 评论
3639 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1761 浏览 6 评论
1513 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
511浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
361浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
410浏览 2评论
357浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
858浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 07:12 , Processed in 0.840662 second(s), Total 79, Slave 63 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号