hi,
i want to program a nrf52 with Keil. Now im looking for an easy way to see my serial messages (printf) is there any toutorial?
Thanke You;)
hi,
i want to program a nrf52 with Keil. Now im looking for an easy way to see my serial messages (printf) is there any toutorial?
Thanke You;)
The multilink example has printf to a serial port. See APPL_LOG(""); in main.c
enable it by putting ENABLE_DEBUG_LOG_SUPPORT in the defines in; Menu,project,options,C/C++,Preprocessor Symbols
The multilink example has printf to a serial port. See APPL_LOG(""); in main.c
enable it by putting ENABLE_DEBUG_LOG_SUPPORT in the defines in; Menu,project,options,C/C++,Preprocessor Symbols