2017-09-24 12:48 PM
I have generated a project using the GPDSC format for STM32L151CC MCU and there are several 'LL' driver files missing from that output file. For example 'stm32l1xx_ll_gpio.c.'
In the configuration for the peripherals all are selected to 'LL' driver.
CubeMX is v4.22.0
Please advise how I can resolve this,
Sid
#gpdsc #cubemx2017-09-24 04:25 PM
Aren't the HAL and LL files under the L1 driver tree?
..\Drivers\STM32L1xx_HAL_Driver
Can you copy the files from there, or add into the project?
2017-09-24 06:31 PM
Well yes they are, however I am processing the GPDSC file into our build system and that file doesn’t contain all the required files, so the build system doesn’t know which to include
Sid