<div dir="ltr"><div>I have seen in rtems 6.0, there are two stm32 families: stm32f4 and stm32h7</div><div><br></div><div>The former one uses custom code to set up BSP, while the latter one uses the ST provided HAL lib to set up BSP.</div><div><br></div><div>Now I need to add a BSP for stm32f3, which is very different (reg layout) from stm32f4.</div><div><br></div><div>To add stm32f3 BSP as the stm32f4 approach is tedious and error prone, but slim codebase,</div><div>the stm32h7 way has full capabilities provided via ST HAL, but may be too bloat if many stm32 families being added into source tree.</div><div><br></div><div>So what is your suggestions? Which is a preferable way ?</div><div><br></div><div>Thanks<br></div><div><br></div></div>