Hi,
our company is developing some different models of devices with BLE based on the nRF52840 MCU, working with the nRF5 SDK (17.0.2). The devices are in parallel using serial communication over the built-in usart, which rules out odd parity. While this is not a problem for the first model I am working on, in future models we might need odd parity urgent. Therefore we have discussed to move on to the nRF5340 which supports odd parity. But the problem is, that the nRF5 SDK does not (and will not in future, as I have understood) support the new MCU, so we would have to migrate our project to the nRF Connect SDK. My question is now, is there any support (or at least some advice) on such a migration. I have found some questions regarding this topic, and someone proposed to create a blog article, but I did not find any solid information.
As far as I see, the SDKs are quite different. The nRF5 SDK suppport for FreeRTOS is missing in nRF Connect SDK, instead it is based on Zephyr, and the peripheral drivers seem also to be incompatible. The same seems to apply to the Bluetooth bootloader code, so I have the impression we would have to start over from zero. Is this impression correct?
Regards
Dirk