user12435269
user12435269

Reputation:

Error coming while generating source code from STM32CubeMx to Keil V5.29

I am making LED blinking program with STM32F103C8T6 i opened the pc13 port for taking Input output then this error is occuring while generating code what will i do please help.

This code is Successfully generated under C:/...... but MDK ARM v5.29 project generation have a problem.

I have give the right version of Keil also

enter image description here

I'm expecting that the code that is generated by STM32CubeMx will open on Keil (MDK ARM). It's opening before but now it's not opening in Keil.

Upvotes: 1

Views: 5470

Answers (2)

Problem fixed installation new version CubeMX V6.3.0 for Windows 10. That solved my problem with generating code for Keil.

Also, try some more solutions like reinstalling the Java version older than 11 or short the path to the storage location in CubeMX folder.

If you want to open an older project on a newer version of CubeMx, it will have the same problem. so I recommend that for older versions of the project done in CubeMX use V5.2.0.

Also, pay attention to the Firmware version of the location (Use Default Firmware Location) as some older ones may be incompatible with newer Firmware versions, which can later cause a programming and runing code problem.

By from A.R. :)

Upvotes: 0

user13241213
user13241213

Reputation: 21

I got rid of this error:

  1. Creating a project in Cubes, for example, version v5-3-0 or the one that will make the project for Kill without error

  2. Run Cubase v5-6-0 and open this project v5-3-0, when compiling, select "modernizations"

Upvotes: 2

Related Questions