UC GEE
UC GEE
DIIDevHeads IoT Integration Server
Created by Sterling on 6/12/2024 in #middleware-and-os
Encountering hardfaults in FreeRTOS v10.3.0 on a Microchip PIC32 while using vsnprintf or sprin
@Sterling Try out a debugger like MPLAB X to inspect the stack pointer and stack contents during the execution of your code.Then, you can now set breakpoints and inspect variables to identify any issues with stack pointer behavior.You can try these techniques out.
5 replies