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 am using app_uart from sdk10. Yes, Didnt touch the source code at all. UART was not working. 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? yes, simple_uart driver API was taken from sdk 7 and moved to drivers_nrf folder. ser_phy_nrf51_uart.c in connectivity example where app_uart was replaced with simple_uart.

    This works fine in SDK 7? ble_connectivity code with simple uart works fine with sdk 7. Migrating to SDK 10, UART does not work? Migrating ble_connectivity example & simple_uart,app_uart does not work with PCA10001 in sdk 10.

    I created PCA10001 which was replica of PCA10028. I changesd the FLAGS to DBOARD_PCA10001 instead of DBOARD_PCA10028. Let me know if i miss any as you app_uart was working with PCA1001 on sdk 10.

Reply
  • I am using app_uart from sdk10. Yes, Didnt touch the source code at all. UART was not working. 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? yes, simple_uart driver API was taken from sdk 7 and moved to drivers_nrf folder. ser_phy_nrf51_uart.c in connectivity example where app_uart was replaced with simple_uart.

    This works fine in SDK 7? ble_connectivity code with simple uart works fine with sdk 7. Migrating to SDK 10, UART does not work? Migrating ble_connectivity example & simple_uart,app_uart does not work with PCA10001 in sdk 10.

    I created PCA10001 which was replica of PCA10028. I changesd the FLAGS to DBOARD_PCA10001 instead of DBOARD_PCA10028. Let me know if i miss any as you app_uart was working with PCA1001 on sdk 10.

Children
No Data
Related