alejoseb / Modbus-STM32-HAL-FreeRTOS

Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS
GNU Lesser General Public License v2.1
539 stars 183 forks source link

install in keil #54

Closed saeidshokoufi closed 2 years ago

saeidshokoufi commented 2 years ago

Dear Alejoseb

Thanks for your stm32 modbus Library.

Please tell how to install this library in keil.

Best Regards

alejoseb commented 2 years ago

Hi, I don't have access to the Keil compiler. In general, what you need is a project template started by cubeMX that configures a USART peripheral including interrupts with the HAL library. Then add or copy the source code and header files of this Library. That should be enough to port any of the examples that I included in the repository.