cancel
Showing results for 
Search instead for 
Did you mean: 

Generating Code Does Not Copy Files to STM32F7xx_HAL_Driver

Seidleroni
Associate

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Seidleroni
Associate

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.

View solution in original post

1 REPLY 1
Seidleroni
Associate

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.