2019-08-12 02:47 AM
Error #545: Required gpdsc file 'E:\Kiel_Workspace\Nucleo-F446RE\RTE\Device\STM32L443RCTx\FrameworkCubeMX.gpdsc' is missing
Kindly provide with any possible solutions
#classic # STM32L433RC
2019-08-14 11:39 AM
Did you generate the code using STM32CubeMX or did you write it from scratch?
What IDE/Toolchain are you using, Keil? Did you create a new project?
Frank
2019-08-14 11:46 AM
F446 != L433 != L443
Perhaps instead of using CubeMX you could just use one of the CubeL4 examples that is provided as a Keil project?
STM32Cube_FW_L4_V1.14.0\Projects\NUCLEO-L432KC\Examples\GPIO\GPIO_IOToggle\Src\main.c
STM32Cube_FW_L4_V1.14.0\Projects\NUCLEO-L432KC\Examples\GPIO\GPIO_IOToggle\MDK-ARM\Project.uvprojx
#PushingRandomButtons