stm429 uart1 interrupt priority in FreeRTOS?
Posted on December 08, 2014 at 15:39I use 429 UART1 with FreeRTOS. UART1 make an interrupt and 429 enter into ISR. But it hang in the FreeRTOS code line: configASSERT( ucCurrentPriority >= ucMaxSysCallPriority ); which is in function vPortValidateI...