This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

app_uart and simple_uart example is not working with PCA10001 evaluation kit using nordic sdk 10

created a new BSP PCA10001 from PCA10028 and replaced the CFLAGS += _DBOARD_PCA10001 for uart example in peripheral folder using sdk 10.

Migrated simple_uart example & driver api from sdk 7 to sdk 10 and used same BSP as above.

I am not seeing any output in minicom

Parents
  • I still do not understand what exactly you have done, so there are a few things for you to confirm, correct or explain further:

    I verified peripheral\uart with PCA10001 also.

    • Which SDK version?
    • Did you test the example without changes?
    • Did UART work?

    We are using simple_uart instead of app uart in ble_connectivity code in our project.

    • Are you using the code from ble_connectivity, but you have replaced app_uart with simple_uart?
    • How have you done this replacement, what files are changed and how?
    • Are there other modifications to the ble_connectivity example as well?
    • This works fine in SDK 7?
    • Migrating to SDK 10, UART does not work?
    • What other things works and what other things does not work?
    • What have you done to debug to find out if the application stops and if so where it stops?
Reply
  • I still do not understand what exactly you have done, so there are a few things for you to confirm, correct or explain further:

    I verified peripheral\uart with PCA10001 also.

    • Which SDK version?
    • Did you test the example without changes?
    • Did UART work?

    We are using simple_uart instead of app uart in ble_connectivity code in our project.

    • Are you using the code from ble_connectivity, but you have replaced app_uart with simple_uart?
    • How have you done this replacement, what files are changed and how?
    • Are there other modifications to the ble_connectivity example as well?
    • This works fine in SDK 7?
    • Migrating to SDK 10, UART does not work?
    • What other things works and what other things does not work?
    • What have you done to debug to find out if the application stops and if so where it stops?
Children
No Data
Related