STM32F750VB mcudev DevEBox¶
lbuild module: modm:board:devebox-stm32h750vb
STM32F750VB mcudev DevEBox H7xx
Please note that this BSP uses the Y revision of the STM32H750, which limits the main clock frequency to ≤400MHz and applies an errata bug fix to the SysTick, whose reference clock cannot be divided by 8.
See the STM32H750 errata sheet.
In case you are using the new revision V of STM32H750, you can overwrite the
target option in your project.xml
:
<library>
<extends>modm:devebox-stm32h750vb</extends>
<options>
<option name="modm:target">stm32h750vbt6/revV</option>
</options>
</library>
This module is only available for stm32h7.
Dependencies¶
Limited availability: Check with 'lbuild discover' if this module is available for your target!