Problems with using FreeRTOS in STM32N6570
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-05-19 11:29 PM - last edited on 2025-05-21 1:36 AM by mƎALLEm
我使用 STM32CubeMX 配置 FreeRTOS。当我调用 oskernelstart 时,发现它卡在这个界面里。回溯后,发现下图所示的函数中进入了一个异常。我在 FreeRTOS 中设置了安全模式,但现在我不知道是什么原因造成的
Translation:
I used STM32CubeMX to configure FreeRTOS. When I called oskernelstart(), I found that it was stuck in this interface. After backtracing, I found that an exception was entered in the function shown in the figure below. I set the safe mode in FreeRTOS, but now I don't know what caused it
- Labels:
-
FreeRTOS
-
STM32N6 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-05-21 12:44 AM
Hi @JACK-LUCK
I understand that this is an application you have configured yourself, can you query the Call Stack and the main CPU registers?
You should provide more information.
Have you run any of the existing examples below:
X-CUBE-FREERTOS\1.3.1\Projects\NUCLEO-N657X0-Q\Applications
Best regards,
Romain,
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
