Hi,
Is there any way to enter in bootmode from application? I have only UART access to my module, dio pins are not available.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Is there any way to enter in bootmode from application? I have only UART access to my module, dio pins are not available.
Hi Amit,
You can use a flash bootloader solution (see this E2E thread) so that you determine how/when the bootloader is entered. Or you can use one of the UART pins as the backdoor bootloader entry which can be evaluated after soft resetting the device in your application (see this Application Report).
Regards,
Ryan