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.
2024-12-23 01:54 AM
Hi @Sebastien DENOUAL ,
What about using BlueNRG-LP as a module with STM32F407, can i use CubeMX as a development IDE in this case?
if yes, is there any middleware or example project to be used to get start?
Thanks in advance,
Regards,
2025-01-03 06:05 AM
Hi @AhmedHarb96 ,
Let me share one important update since our initial update 2y ago.
BlueNRG-LP and BlueNRG-LPS line have benn rebranded as STM32WB06/07 and STM32WB05 respectively.
The STM32WB0 family's is fully supported by the STM32Cube ecosystem (including CubeMX)
It might answer your initial point.
Regards,
Seb