Hello, I have added code to my R5 MCU boot loader to program the DMSC firmware.
status = Sciclient_loadFirmware((const uint32_t *) sysfw_buf);
The code is stuck in the loop in Sciclient_waitThread.
Sciclient_loadFirmware passes the wait forever timeout to Sciclient_waitThread:
status = Sciclient_waitThread(txThread, SCICLIENT_SERVICE_WAIT_FOREVER);
Any ideas?