We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Using NUCLEO-G071RB evaluation board via embedded ST-Link.
Started with a new project from scratch.
This is my main():
#include <cmsis_os.h> // ARM::CMSIS:RTOS:Keil RTX int main (void) { osKernelInitialize(); osKernelStart(); osDelay(osWaitForever); while (1) ; }
After some time debugger crashes.
Uncommenting RTX related calls, the while(1) runs ok.
What is such fundamental wrong here ?CMSIS core is 5.3.0, RTX is 4.82.0 , device stratup is 1.3.0, device is STM32G071RBTx, DFP is 1.2.0.
Back to first workstation, with V5.28.Managed to catch USB communicationwith USB analyser (ITIC 1480A) at such a crash.Stopped code execution for some long time (~10 minutes), then pressed F5 to continue, then immediately got the crash (Cannot access...).See attached PDF file.STM32G071 DbgStop-F5-Cannot-Stop.pdf