cancel
Showing results for 
Search instead for 
Did you mean: 

I am a beginner in MicroController Programming, I was trying to do the blinky Project with STM32L433RC , but i am getting error like stated below

jojo8276
Associate

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

2 REPLIES 2
KnarfB
Principal III

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

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..