Hi,
I want to run the ISP mode on UART from program using FreeRTOS.
It's working before running FreeRTOS tasks, but when i call this in a FreeRTOS Task, the program stop but the ISP doesn't respond.
The call :
uint32_t st=0;
IAP_ReinvokeISP((uint8_t)6, &st);
I'll try with "__disable_irq();" before the call, same result.
Context : MCUXPRESO V11.8, FreeRTOS V10.5.1, IAP SDK 2.0.7
If someone have a suggestion, i take it
Thanks, Philippe.