Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Nordic SDK and serialization library porting

Hi,

We are planning to update our product with the a Nordic BLE module in a serialization connection over a UART. The current product has a MCU EFM32GG290F1024. Our product has a RTOS already, and we need to run the BLE application with current applications together.

When porting the Nordic SDK and serialization library, there are several error messages coming out from IAR compiler, suggesting the SDK does not support Cortex M3 core. I have looked at the source code and have seen the support for Cortex M4 and even M0. 

Could I get some support and help from here.

Many thanks

Parents Reply
  • I am not aware of any specific requirements to which ARM cortex you are using, however the code is written is very specifically for the nRF architecture and compilers, so even if you are able to port the serialized library, I expect you will get problems with the peer manager and flash data storage module that are very Nordic centric I would say.

    That is why I suggest look into implementing custom UART commands, unfortunately I don't have any reference for it, but I still think it is the quickest path.

    Kenneth

Children
No Data
Related