This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

No UART data out in s210 examples

Hi I tried SDK6.0.0 porject at below link. C:\Keil\ARM\Device\Nordic\nrf51422\Board\nrf6310\s210\ant_bicycle_pwr

According to SDK documentation, we didn't need to modify firmware and UART information would be dumped no matter in minimum receiver or power only sensor. However, I got nothing in UART terminal. I checked no connection problem in uart cale but it still cannot work. Do you find out this problem? Thanks.

Parents
  • Is the UART working with other examples?

    Have you tried inserting a printf like printf("UART START\n"); right after you have initialized the UART?

    What baudrate are you using on the computer? Is flow control disabled?

    If you are using nRF6700, have you connected the UART pins to the RS232 serial port interface? See Section 2.9 in the nRF6700 User Guide.

    Please edit your question to include the information.

Reply
  • Is the UART working with other examples?

    Have you tried inserting a printf like printf("UART START\n"); right after you have initialized the UART?

    What baudrate are you using on the computer? Is flow control disabled?

    If you are using nRF6700, have you connected the UART pins to the RS232 serial port interface? See Section 2.9 in the nRF6700 User Guide.

    Please edit your question to include the information.

Children
No Data
Related