Skip to main content
Sid Price
Associate III
September 24, 2017
Question

Files missing from GPDSC project file

  • September 24, 2017
  • 1 reply
  • 649 views
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
This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
September 24, 2017
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 VenmoUp vote any posts that you find helpful, it shows what's working..
Sid Price
Sid PriceAuthor
Associate III
September 25, 2017
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