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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-12 2: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
- Labels:
-
STM32CubeMX
-
STM32L4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
Up vote any posts that you find helpful, it shows what's working..
