在我下载并调试了官方信任区例程到开发版本后,出现了以下问题。使用的开发方式是联合项目开发,调试已经在中断程序中了 我该如何解决这个问题
Hello,
Thanks for reaching out Renesas Engineering Community!
Please let me inform you that if you need support in Chinese language, for your better support you should post your question on the RA Forum of the Chinese Community.
https://community-ja.renesas.com/zh/forums-groups/mcu-mpu/ra-mcu-fsp
A common issue would be the lack of stack that makes your code enter the Default Handler. Have you tried to increase the stack under BSP stack and make main stack size bigger as shown bellow?
Also check the document provided bellow with a list of the common exception for RA MCUs.
https://www.renesas.com/us/en/document/man/ra6m5-group-users-manual-hardware?r=1493931
Hope this helps.
Regards,
IK
I tried that, but it didn't work out
Hello again,
We will need more details about your project in order to be able to replicate your issue.
Could you please share with me your project if you would like to take a look on it?
Best Regards,
Thank you very much. I have found the cause of the problem. It is because there is a problem in the setting of IDAU that causes the above problem in the project.