Porting STM32CubeWB code from WB55 to WB15 board
In the STM32CubeWB source code collection, I found the BLE_Peripheral_Lite project. This project however is only available for the P-NUCLEO-WB55, but I am working with the NUCLEO-WB15 board.
According the Release notes this should be easy:
<quote>
The provided examples can be tailored to run on any compatible hardware; user simply need to update the BSP drivers for his board, if it has the same hardware functions (LED, LCD display, pushbuttons...etc.). The BSP is based on a modular architecture that allows it to be ported easily to any hardware by just implementing the low level routines.
</quote>
My question is: How do I update the BSP drivers for my board?
BR, Ben
