I have a problem in generate code in cubemx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
- Labels:
-
Keil
-
STM32CubeMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-05 7: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-06 9:59 PM
the version of stm32 is stm32Cube FW_F4 V1.14.0
I attach list of errors that return keil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-07 9: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-08 12:29 AM
can you guide me more to solved these errors?
best regard.
