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

UART SDK migration 8.1.0 -> 10.0.0

I have two UART devices on a custom board with an nRF51822. I've just upgraded the SDK I use from 8.1.0 to 10.0.0 and one of the UART connections has stopped working, but not the other.

Both use the same connection params: no hardware flow control, same baud rate, no parity, same buffer sizes, same IRQ priority. I've checked that power is getting to the module that's not responding. For the module that's not working, the UART event handler function is never called. Calls to app_uart_put() and app_uart_get() don't return any errors.

What changed between SDK 8.1.0 and SDK 10.0.0 that could possibly have caused this? I can see nothing in the release notes.

Parents
  • So if understand this correctly:

    • You have two custom boards
    • Both boards have one external device and an nRF51 mounted on them and they communicate through UART. No communication between the two boards?
    • They both worked fine with SDK 8, but only one of them works with SDK 10?

    So just for the record:

    • Are you using the exact same components on the boards?
    • Does the faulty board work if you revert back to SDK 8? I.e. you are sure it's not broken?
    • What kind of data are you sending over UART? Single bytes or strings?
    • Are you using a softdevice? If so what version? Are the boards using the same softdevice? I experienced the other day that in SDK 10 certain examples seemed to use the uart_fifo library when using S130, but the regular uart library for S110 (Or the other way around. I don't remember).
    • What nRF51 revision are you using?
Reply
  • So if understand this correctly:

    • You have two custom boards
    • Both boards have one external device and an nRF51 mounted on them and they communicate through UART. No communication between the two boards?
    • They both worked fine with SDK 8, but only one of them works with SDK 10?

    So just for the record:

    • Are you using the exact same components on the boards?
    • Does the faulty board work if you revert back to SDK 8? I.e. you are sure it's not broken?
    • What kind of data are you sending over UART? Single bytes or strings?
    • Are you using a softdevice? If so what version? Are the boards using the same softdevice? I experienced the other day that in SDK 10 certain examples seemed to use the uart_fifo library when using S130, but the regular uart library for S110 (Or the other way around. I don't remember).
    • What nRF51 revision are you using?
Children
No Data
Related