Flash error STM32H573I-DK using keil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-08 12:14 AM
I have rebuild the above code in Keil and tried to load then i got below error. Could you please help me to start with the board.
Thank you.
Solved! Go to Solution.
- Labels:
-
STM32H5 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-12 3:29 AM - edited ‎2024-08-12 3:30 AM
Hi @rchilakalapudi ,
The STM32H5 MCU is a new product which may not be supported by this older version of keil.
To solve your issue I advise you to use STM32CubeIDE toolchain.
All STM32H573I-DK documentations are available here.
Also you can find the schematic for STM32H573I-C02 board in CAD Resources.
Thank you for your contribution in STCommunity.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-08 3:24 AM
Hello @rchilakalapudi and welcome to the Community :),
Could you please precise which versions of:
- Keil toolchain
- STM32CubeH5 firmware
-STM32H573-DK board
I tested GPIO_IOToggle example under STM32Cube_FW_H5_V1.3.0 using Keil 5.39 and STM32H573-DK-C01 and I can load without issue.
Are you able to load any other examples?
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-08 3:41 AM
@rchilakalapudi wrote:I have rebuild the above code in Keil and tried to load then i got below error. Could you please help me to start with the board.
That's an internal error within Keil - so probably best to ask Keil about that
https://community.arm.com/support-forums/f/keil-forum
They will also want to know what board you're using, what Keil version, etc ...
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-08 4:23 AM
What else does the dialog / download window say as the reason behind the popup?
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
‎2024-08-12 1:39 AM
Keil toolchain - v5.29
- STM32CubeH5 firmware - STM32Cube_FW_H5_V1.3.0
-STM32H573-DK board - STM32H573-DK-C02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-12 1:54 AM
Hi @rchilakalapudi ,
Could you please update you Keil toolchain version.
The development toolchain for STM32Cube_FW_H5_V1.3.0 cube firmware is MDK-ARM 5.38 as mentioned in release notes.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-12 2:39 AM
Hi Kaouthar
Thanks for your prompt response.
it does not work for Keil version 5.29?
Our license is not supporting for 5.40 which is latest version available on Keil website.
Please share the link or any document to start with STM32H573I-DK C02.
Thanks
Ravi.ch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-12 3:29 AM - edited ‎2024-08-12 3:30 AM
Hi @rchilakalapudi ,
The STM32H5 MCU is a new product which may not be supported by this older version of keil.
To solve your issue I advise you to use STM32CubeIDE toolchain.
All STM32H573I-DK documentations are available here.
Also you can find the schematic for STM32H573I-C02 board in CAD Resources.
Thank you for your contribution in STCommunity.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-26 10:31 AM
Hi Kaouthar,
Thanks for your support. Could you please help me with examples for porting FreeRTOS to the STM32H573 using the Keil IDE?
Thanks
Ravi.ch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-27 1:27 AM
Hi @rchilakalapudi ,
Is your first issue is solved or not?
If yes could you please click on accepted solution on the reply which solved your issue or answered your question.
May this example can help you Tx_FreeRTOS_Wrapper. This example has been tested with STMicroelectronics NUCLEO-H563ZI boards Revision: MB1404-H563ZI-A01. and can be easily tailored to any other supported device and development board.
If you have any issue could you please create a new thread.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
