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

SPI3 not in SDK14.2 how to realize support with registers

Hi,

we have to stick to SDK 14.2 because our project is close to finish and we use C++ which is not good supported be SDK <15 due to the macros.

But still we would like to use the new features of SPI3 to extend the Baudrate to 32 Mhz. Is there anyway to get it running with this SDK. I've just found

some entries in the SDK but could not find any help in the forum.

Thanks and best regards,

Constantin

Parents Reply
  • Okay good to know. But is there a problem to take the Softdevice from SDK 15.0 and use it with 14.2. The main reason why it is difficult to switch is due to the fact, that nordic SDK uses heavily C++ unconform Macro initialization of structs which produces millions of Compile errors and therefore I would need to change a lot of code of the SDK to make it compatible to our needs.

Children
Related