How to Include HAL Libraries into Already Existing Project
Hello,
I am using an STM32F407G-DISC1 to run an open source program called Picovoice. More specifically their project at the following link (https://github.com/Picovoice/picovoice/tree/master/demo/mcu/stm32f407/stm32f407g-disc1). Unfortunately they do not have an .ioc file in the project for me to enable and generate code for the UART HAL libraries. Does anyone know how I could potentially add those libraries to the already existing project?
I am planning to use UART4 on pins PA0 and PA1 if that helps at all. Any info would be appreciated.
Thanks!
