完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我移植了一个相当大的代码库,包括Fieltos,它在PIC32 MX下工作得很好。我们的新处理器是PIC32 MZEFH。我已经更新了MZ最新的FrRetos 10版本,在中断发生后,我看到了一个崩溃。UART RX中断按照FreRotos的汇编代码示例执行,称为“MyAtAR1HANDLE”,但是代码在PurraseReX上下文中崩溃。调试器转到未知的地方。正常运行时,处理器只是重新启动。MX下的情况也一样,造成撞车的原因是什么呢?
以上来自于百度翻译 以下为原文 I am porting a rather large codebase that included FreeRTOS which worked well under the PIC32MX. Our new processor is the PIC32MZEFH. I've updated to the latest FreeRTOS 10 version for the MZ, and I'm seeing a crash after an interrupt occurs. The UART RX interrupt executes as per the assembly code example from FreeRTOS, the "MyUART1Handler" is called, but the code crashes in portRESTORE_CONTEXT. The debugger goes off to somewhere unknown. Running normally, the processor just reboots. The same works though under the MX. What could be the difference that's causing the crash? ISRWrapperUART1Handler: portSAVE_CONTEXT jal MyUART1Handler nop portRESTORE_CONTEXT .end ISRWrapperUART1Handler |
|
相关推荐
7个回答
|
|
我有相同的问题在和谐2.05 SPI驱动程序为WiC1500…从来没有解决过。
以上来自于百度翻译 以下为原文 I had the same issue in Harmony 2.05 SPI driver for WINC1500... never solved it. |
|
|
|
|
|
|
|
如果将汇编代码从PIC32 MX系列移植到PIC32 MZ-EF系列,则需要确保堆栈是双字节(8字节),因为64位FPU寄存器对齐。
以上来自于百度翻译 以下为原文 If you have assembly code being ported from the PIC32MX family to the PIC32MZ-EF family, you need to make sure the stack is double-word (8-byte) aligned because of the 64-bit FPU registers. |
|
|
|
在ISR程序集中使用“设置NoMICROROMIPS”吗?
以上来自于百度翻译 以下为原文 Do you use ".set nomicromips" in your ISR assembly? |
|
|
|
我已经尝试了与XC32 1.42和2.05一起使用的编译器/链接器。是的,FreeRTOS的最新版本似乎将堆栈对齐到8字节边界,并在PATASM汇编代码中设置NoMICROMIPS。
以上来自于百度翻译 以下为原文 I've tried the compiler/linker that comes with XC32 1.42 and 2.05 to no avail. Yes the latest version from FreeRTOS seems to align the stack to 8-byte boundary, and does set nomicromips in the portASM assembly code. |
|
|
|
你可以在这些论坛里四处看看,我找不到,但是其他人最终不得不把EBASE设置为0x4000。因为类似的原因,在链接器中。
以上来自于百度翻译 以下为原文 You might look around in these forums, I can't find it, but someone else ended up having to set the ebase to 0x4000?? in the linker for a similar reason. |
|
|
|
我想我找到了问题所在。我明确地在FrrestToFig .h中定义了如下定义:CuffuSyTaskffpIo1:不认为它在FPU支持中正确编译,而不显式地设置该标志。现在硬件中断和上下文恢复正在工作。
以上来自于百度翻译 以下为原文 I think I found the problem. I explicitly set the following in FreeRTOSConfig.h: #define configUSE_TASK_FPU_SUPPORT 1 I don't think it was properly compiling in or out FPU support without setting that flag explicitly. Now hardware interrupts and context restore are working. |
|
|
|
只有小组成员才能发言,加入小组>>
5234 浏览 9 评论
2026 浏览 8 评论
1950 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3200 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2253 浏览 5 评论
771浏览 1评论
659浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
588浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
670浏览 0评论
571浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-19 23:34 , Processed in 1.277444 second(s), Total 88, Slave 72 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号