cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H743I_EVAL ExtMem_Application LedTogging, how to load code?

Asantos
Senior

Hi,

I'm trying to load the LedToggling applicaton into the STM32H743I-EVAL board compiled with the XIP_QSPI_InternalSRAM configuration and using the EWARM.

It is written in the readme.txt file that for the EWARM I only have to use is Project->Debug. But the debugger return errors trying to program the address 0x9000000.

Using the ST-LINK Utility v4.2.0 I can program and run the application. So the hardware is Ok.

Is it really possible to load the code into the quad-spi using the EWARM debugger directly?

Ari.

11 REPLIES 11
Asantos
Senior

IAR support told me to update the EWARM to the version 8.30.2 to have this flashloader. 😊 Now I can download the code to the quad-spi flash using the command project->debug.

Thanks.

Khouloud GARSI
Lead II

Hi @Community member​ ,

  • Glad to know that the issue is solved 😊
  • Just for your information, if you want to use an older version of EWARM IDE, you have to apply the patch provided under STM32H7Cube package under the path below:

Repository\STM32Cube_FW_H7_V1.3.0\Utilities\PC_Software\patch\EWARM

This was mentioned in the release note:

0690X000006C7pNQAS.png

  • If you have any other questions, please do not hesitate to post them in our STM32 MCUs forum.

Khouloud.