Question
How to use STM32Cube expansion packages?
Posted on September 29, 2016 at 14:08
Take, for example, the STM32CubeExpansion_BLE1 package.
I'm using SW4STM and can import one of the example projects from the above package. I can then modify that project etc. No problem.However, I cannot work out how to create a project from scratch and then include the expansion package.Using SW4STM I can create a project using the standard peripheral libs or CUBE HAL libs but what about the expansion packages?The best info I can come up with is UM1873 (section 3.4 onwards) but that really just gives a very general guide as to how to find the drivers and middleware, not how to actually use them.Any pointers would be very welcome!EDIT: just to be clear, I am not talking about how to use aci_gatt_add_serv() or whatever. I am talking about how to configure my project so it will actually build and link to the expansion package libraries.