Hello,
I have my own custom board with nRF52832 and a NB-iot module SIM7080G that interfaces via UART.
I can easily program the device through SWD using J-Link. I am even able to print things using RTT.
I have a button and made a simple program to print a thing once the button is pressed:
The thing is I want to communicate via UART (TX pin P0.04, RX pin P0.03) to the SIM7080G module at the same time I print things using RTT Log. This module is AT COMMAND so it would be really practical to write on the RTT in the computer and send this information to TX pin in the UART. After that, listen to the RX PIN (answer from the module) and print it again to the RTT Log so I can see it in the computer.
I tried setting up the UART in the corresponding pins like that (attached the full code):
But I am getting error
at line 47 in the code attached.I am really new in the Nordic Semiconductor environment so any kind of help would be really appreciated.
Thank you,
Toni