andreili / STM32FX_FM

Implementation of the HAL framework from ST in C ++, for the GCC compiler
MIT License
7 stars 2 forks source link

How to use #1

Closed Mhasanpour closed 3 years ago

Mhasanpour commented 3 years ago

Hello friend I am new to this issue. I want to make a PLC using the STM32F103 chip working with IEC 61131. Could please let us know how can I use your code?

andreili commented 3 years ago

Hi. Please, see the configuration file: https://github.com/andreili/STM32FX_FM/blob/master/Examples/STM32VLDISCOVERY/inc/stm32_conf.h#L80 All initialization parameters (PLL, etc.) are hardcoded to compile-time for a minimize the binary file size and more perfomances. But, this code unsupported by me, sorry :(