Re: What is the preferable way to add new BSP (for stm32 family)

2022-09-11 Thread Karel Gardas
Not sure about recent progress but IIRC Duc Doan (cced) is also using STM provided HAL for his work on GPIO driver for F4 BSP. Please see [1] and [2]. If however you consider HAL to be too heavy weight solution, perhaps you may have a look into STM provided LL (low-layers drivers) API? This

Re: What is the preferable way to add new BSP (for stm32 family)

2022-09-11 Thread Y. HB
Thanks for your great information ! On Sun, Sep 11, 2022 at 9:57 PM Karel Gardas wrote: > > Not sure about recent progress but IIRC Duc Doan (cced) is also using > STM provided HAL for his work on GPIO driver for F4 BSP. Please see [1] > and [2]. > > If however you consider HAL to be too heavy w