This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

log message printing problem

 Hello,

There is a problem printing the log message.
I am using SDK12.3, keil compiler and segger J-Link.
After modifying the project a little, normal log output is not available, but I can't find which part of the change has occurred.

#define DOOR_LOCK_DEST  "ELEVATOR CONTROL"

NRF_LOG_RAW_INFO ("* target: %s\r\n", (uint32_t)DOOR_LOCK_DEST);

 - Normal output before project modification in RTTviewer
 00> * target: ELEVATOR CONTROL
 - Actual output after project modification in RTTviewer
 00> * target: s

NRF_LOG_PROC("* build date : %s %s\r\n", (uint32_t)__DATE__, (uint32_t)__TIME__);

  - Actual output after project modification in RTTviewer
 00> * build date : s s

please help me.

thanks

Parents Reply Children
Related