rp2040 able to get log with rtt
add note for segger rtt block search range
This commit is contained in:
@@ -78,7 +78,10 @@ bool __no_inline_not_in_flash_func(get_bootsel_button)() {
|
||||
|
||||
//------------- Segger RTT retarget -------------//
|
||||
#if defined(LOGGER_RTT)
|
||||
|
||||
// Logging with RTT
|
||||
// If RTT Control Block is not found by 'Auto Detection`
|
||||
// try to use 'Search Range` with '0x20000000 0x10000'
|
||||
|
||||
#include "pico/stdio/driver.h"
|
||||
#include "SEGGER_RTT.h"
|
||||
|
Reference in New Issue
Block a user