2016-08-31 07:09 AM
Hi,
I started a brand new project in STM32CubeMX, picked STM32F427ZIT6 MCU, selected SW4STM32 toolchain. Code generation settings not changed, left to default ''Copy only the necessary files'', ''Keep used code ...'', ''Delete Previously generated...''. When I generate the code, there is a missing #include. The main.c has linesif
(HAL_PWREx_EnableOverDrive() != HAL_OK)
{
Error_Handler();
}
But the
HAL_PWREx_EnableOverDrive()
is unidentified because the #stm32f4xx_pwr_ex.h'' is not included in the stm32f4xx_hal_conf.h file.
STM32CubeMX 4.16 STM32Cube V1.0 Bug2016-09-01 02:44 AM
Hello,
I cannot reproduce your issue, using CUBEMX 4.16 and Firmware package STM32CubeF4 V1.13.Could you please share your .ioc file?Regards