cancel
Showing results for 
Search instead for 
Did you mean: 

Files missing from GPDSC project file

Sid Price
Senior
Posted on September 24, 2017 at 21:48

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 #cubemx
2 REPLIES 2
Posted on September 25, 2017 at 01:25

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?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on September 25, 2017 at 01:31

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