Hello, Is it possible to get logs (RTT) from an application started by a bootloader? As of now I don't get anything after the bootloader has jumped to the application start address.
If I run the application separately it works.
Thanks, Jacob
Hello, Is it possible to get logs (RTT) from an application started by a bootloader? As of now I don't get anything after the bootloader has jumped to the application start address.
If I run the application separately it works.
Thanks, Jacob
RTT logging from the bootloader works (and is apparently turned on). RTT logging from the application works if I run it standalone, but if I start it from the bootloader I don't get any output.
Will try SEGGER_RTT_Init(). Thanks.
RTT logging from the bootloader works (and is apparently turned on). RTT logging from the application works if I run it standalone, but if I start it from the bootloader I don't get any output.
Will try SEGGER_RTT_Init(). Thanks.