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
Can you provide more information about what you tried? Did you call SEGGER_RTT_Init() in your code and did you start the GDB server and the JLinkClient? I don't have any experience with boot loaded code, just with RTT using the debugger to load code.
Can you provide more information about what you tried? Did you call SEGGER_RTT_Init() in your code and did you start the GDB server and the JLinkClient? I don't have any experience with boot loaded code, just with RTT using the debugger to load code.