Question
STM32CubeMX - Bug - IAR Project Generator
Posted on November 21, 2016 at 14:09
Then in the generated project IAR can't find HAL drivers as the path is incorrect:
Because in the project.ewp there is a
Path of HAL driver is incorrect in the project generated by CubeMX when using following config:
A none default toolchain folder + Add library files as references.
Then in the generated project IAR can't find HAL drivers as the path is incorrect:
Because in the project.ewp there is a ''$PROJ_DIR$'' redundant.
<name>$PROJ_DIR$/E:/mcu/STM32Cube/STM32Cube_FW_F3_V1.6.0/Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_spi_ex.c</name>Which should be:
<name>E:/mcu/STM32Cube/STM32Cube_FW_F3_V1.6.0/Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_spi_ex.c</name>