Dear Segger community, I need your help.
I am using J-LINK Commander to exchange data with a Nordic uP. It is working, but too slow. When I am using the "JLinkRTTViewer" tool to exchange data, it is much more faster. I am pretty sure that the BufferSize of the "JLINK_RTTERMINAL_Read" command slow down the process because when I start the process with the commande line : "jlink.exe -device NRF52832_XXAA -speed 2000-if SWD -autoconnect 1", the buffer size is only 0x100
And for the "JLinkRTTViewer" tool it is 0x000FFFFF:
How can I change this buffer size?
I read the manual published here: wiki, and checked and check all commands displayed with "?" command, but I can't figure it out.
Best regards
I am using J-LINK Commander to exchange data with a Nordic uP. It is working, but too slow. When I am using the "JLinkRTTViewer" tool to exchange data, it is much more faster. I am pretty sure that the BufferSize of the "JLINK_RTTERMINAL_Read" command slow down the process because when I start the process with the commande line : "jlink.exe -device NRF52832_XXAA -speed 2000-if SWD -autoconnect 1", the buffer size is only 0x100
And for the "JLinkRTTViewer" tool it is 0x000FFFFF:
How can I change this buffer size?
I read the manual published here: wiki, and checked and check all commands displayed with "?" command, but I can't figure it out.
Best regards