Hello,
SDK: 15.3.0
nRF52840-DK
IDE: SES
Example: flash_fds_s140_pca10056
Example Location: nRF-SDK\examples\peripheral\flash_fds\pca10056\s140\ses
Example Documentation: https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/fds_example.html
This example is suppose to have a terminal command structure to interact with the example. I am unable to get the any printouts or response to any of the commands listed.
The connection for the UART pinout is not documented for this example. I have worked out that cli_init() sets up,
#define RX_PIN_NUMBER 8
#define TX_PIN_NUMBER 6
I am using a TTL_232R-3v3 USB to Serial cable. Pinout:
Cable >> nRF52840
GND >> GND
VCC >> VDD
TX >> P0.08
RX >> P0.06
I have tried both Tx>>Tx and Rx>>Rx as well just in case, Tx>>Rx, and Rx>>Tx is usually the correct connection I checked both just in case.
I followed the putty settings page and set the putty settings for the sections labeled Terminal Settings, and UART and USB settings.
As the warning stated on the putty settings, Project settings->Debug->Debugger->RTT Enable-> Set to No. I did the same.
I connect with putty, and then run the project with the debugger. I see nothing in the Putty terminal, or the SES output, or debug terminal. additionally trying to execute the print command does not work. when pausing with the debugger the program is at sev.