Senior
December 21, 2019
Question
CubeMX LL build failure
- December 21, 2019
- 4 replies
- 1246 views
I am using a custom board that uses the STM32F769NI chip. I am finding that any attempt to build using the LL drivers causes build failures. I suppose this is a bug, but not sure if or how to report.
For the attached reference mx project, it fails with this
../Src/main.c:300:3: error: unknown type name 'LL_ADC_InitTypeDef';So it seems that perhaps the LL includes aren't happening somehow?
Also, another puzzlement, is there a way to properly copy a project? I find that copied projects won't import properly into CubeIDE.