how to use variable in across different cores? how to debug FreeRTOS ?
Now, I am using the NUCLEO-H755ZI-Q board, Could you share how to solve the issue of using the same (shared) variable in across different cores?
when I try to debug the code of freertos ,It is not going to debug after it enter this line osKernelStart(); how to debug further. how to know my code is correctly working or not. (i am useing stm32cubeIDE)
