Hello, Nordic
I have to immigrate from SDK14.2 to SDK15. I know that many things have changed in the process.
I'm referring to the Immigration guide but, There is UART issue,
For now, I have to configure communication with BLE device(nRF52840) and GPS module with UART.
In SDK 14.2, UART was able to receive GPS data in real time.
But, In SDK 15, when BLE device is connected GPS module, it return error message below.
I have tested both ble_app_uart and peripheral/uart example.
In SDK 15, They return the same error.
But, In SDK 14.2, There are no errors.
I think only difference of SDK 14.2 and SDK 15 is nrfx_uart.
After setting a break point and testing, an error is returned like in the below.
[error message]
In which cases will these errors be returned?
Please let me know.
Thanks.
ps. currently using
- PCA10056 (nRF52840)
- SDK 15
- Segger Embedded Studio
- GPS module with UART