-
Bug
-
Resolution: Fixed
-
High
-
PDK
-
PDK-12253
-
PROCESSOR_SDK_08.05.00
-
PROCESSOR_SDK_09.01.00
-
Issue Description
C7x context switch/restore does not happen correctly with SafeRTOS
This is because when an ISR context is entered while executing snprintf(), the C7X core goes into a bad state.
Workaround
snprintf() calls in IPC RTOS echo app has to be protected with Hwip_disable and Hwip_restore.