2020-01-05 12:16 AM
I have a ready project that was created with cubemx 4.19, It's ok when I compile this project by keil version 5.15, but when I generate it by cubemx 5.4 I have some errors after compile it by keil version 5.15
for example "undefined dword"
What is the problem in it?
2020-01-05 07:58 AM
Far too vague to answer
What specific file(s)
Show the failing line(s) and error log
Get the most current Keil MDK (5.29) and packs
What STM32
Check if just a missing typedef or include file
Attach a minimum IOC file for ST staff to look at and replicate
2020-01-06 09:59 PM
2020-01-07 09:48 PM
like what is undefined uint32_t is ide errror
after refreshing you will solved out this
and typedef error is miss of structure declaration of miss of some file
or could be not accessing file
best of luck
2020-01-08 12:29 AM
can you guide me more to solved these errors?
best regard.