2022-04-28 09:20 AM
Can you use CubeMX to generate init code for the LP SoC?
I am integrating an LP SoC into a custom PCB and not sure what all I need to init?
2022-04-28 11:54 PM
HI @IJenk.1 ,
CubeMX is dedicated to STM32 familly and does not support BlueNRG-LP.
Anyway, some free IDEs are available : KEIL (free license) or WiseStudio (Eclipse based - armgcc)
To start your development, I would advise to install BlueNRg-LP SDK : STSW-BNRGLP-DK
It includes multiple code examples you can use as basis as well as needed documentation.
Reuse and modify a code example from SDK is the easiest way to manage in my opinion.
Regards,
Sebastien.