2025-04-02 9:59 PM - last edited on 2025-04-03 2:10 AM by Andrew Neil
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)
2025-04-03 2:22 AM - edited 2025-04-03 2:23 AM
Welcome to the forum.
That sounds like two separate questions. Best to keep to one question per thread.
How to write your question to maximize your chances to find a solution.
@kavyamm wrote:how to solve the issue of using the same (shared) variable in across different cores?
You've already seen STM32H755Zi-Q~How to share data between cores - which was answered here.
Have you studied that Application Note?
@kavyamm wrote:debug the code of freertos
How to set up FreeRTOS debugging using STM32CubeIDE
https://www.youtube.com/watch?v=KTsrP28Gh6E
https://www.st.com/resource/en/user_manual/dm00629856.pdf#page=209