Nrf52840 RTT log printing, when I defined a large array of 100k, RTT can not be printed, where can I print it instead??
Nrf52840 RTT log printing, when I defined a large array of 100k, RTT can not be printed, where can I print it instead??
Hi,
Did you tried with Uart terminal
Which SDK are you using?
No, because there is no outgoing line in the serial port, it is occupied. As long as the array of global variables is reduced, it will be printed immediately,i use sdk15
No, because there is no outgoing line in the serial port, it is occupied. As long as the array of global variables is reduced, it will be printed immediately,i use sdk15
The Log can push 250B at a time
How much did you reduced and tried in the global variable
and are you using for loop to print the log



I define such an array and do nothing, NRF_ LOG_ Info will not be printed out. I just change the array to 8192, and I will print everything normally