2019-07-01 11:31 AM
Attached is the IOC file I am using. When I generate the project, the STM32F7xx_HAL_Driver directory has a few folders inside of it, but none of the HAL files, including the stm327xx_hal.h file which prevents compiling from working. I have the "Copy all used libraries into the project folder" option selected. Why are none of the HAL files copied into the project directory?
Solved! Go to Solution.
2019-07-02 05:24 AM
After an entire day of debugging this, it turns out the issue was a corrupt STM32Cube HAL library in my users folder. For some reason when FW F7 v1.15.0 installed, the STM32F7xx_HAL_Driver directory was empty. I uninstalled then reinstalled the HAL library and everything is now working fine.
2019-07-02 05:24 AM
After an entire day of debugging this, it turns out the issue was a corrupt STM32Cube HAL library in my users folder. For some reason when FW F7 v1.15.0 installed, the STM32F7xx_HAL_Driver directory was empty. I uninstalled then reinstalled the HAL library and everything is now working fine.