Skip to main content
Seidleroni
Associate
July 1, 2019
Solved

Generating Code Does Not Copy Files to STM32F7xx_HAL_Driver

  • July 1, 2019
  • 1 reply
  • 784 views

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?

This topic has been closed for replies.
Best answer by Seidleroni

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.

1 reply

Seidleroni
SeidleroniAuthorBest answer
Associate
July 2, 2019

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.