Hi Team,
I imported the evkbmimxrt1170_freertos_hello_cm7 example project from the MCUXpresso SDK into MCUXpresso IDE without making any significant modifications.
The project builds successfully without any errors or warnings and downloads to the MIMXRT1170-EVK(MIMXRT1176DVMAA) board successfully.
The task created successfully and executes only once and then stops at address 0xDEADBEEE. This behavior occurs every time.
LED Toggle Task:
To verify whether the problem was related to vTaskSuspend(), I've created another task with a simple LED blinking task.
Expected behavior:
- LED should toggle every 100 ms continuously.
Actual behavior:
- LED toggles only once.
- After the first execution, debugger again stops at: 0xDEADBEEE
Kindly clarify the following queries,
- What does address 0xDEADBEEE indicate in the MCUXpresso SDK for i.MX RT1170?
- Why does the task execute only once instead of running periodically?
- Is there any additional configuration required to work correctly on the MIMXRT1170-EVK?
- What changes are required to make the task execute periodically as expected?


