Eclipse arm pluging missing hal pack

eclipsehal-librarystm32

I am trying to use Eclipse ARM plugin but it seems that there is no HAL library support for anything other then stm32f4.

Is it possible to add support for stm32f1 somehow.

Best Answer

A good place to start is to download STM32CubeF1. It contains all the HAL drivers that you're looking for. It also includes code examples and possibly some project files you can import directly into Eclipse.