i want to print the data to the uart to see the values in the uart..i am unable to initialize the uartt..
what are the things to be added for the initialization of the uart?
i want to print the data to the uart to see the values in the uart..i am unable to initialize the uartt..
what are the things to be added for the initialization of the uart?
Hi Naveenkumar,
Please look at the UART example in the SDK and use that as reference to implement UART to your application.
To help you out with your current implementation, you have to provide a little more information about your application.
What SDK version, what have you added (code snippets) ++.
i am using sdk 15.0.0
i am trying to get the sensor values from the uart and print it in a terminal using uart,
but when i compile i am getting the error as
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_uart_init (referred from gy273.o).
i am using sdk 15.0.0
i am trying to get the sensor values from the uart and print it in a terminal using uart,
but when i compile i am getting the error as
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol app_uart_init (referred from gy273.o).