2018-09-25 11:21 AM
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.
2018-10-03 11:52 AM
IAR support told me to update the EWARM to the version 8.30.2 to have this flashloader. :smiling_face_with_smiling_eyes: Now I can download the code to the quad-spi flash using the command project->debug.
Thanks.
2018-10-04 01:33 AM
Hi @Community member ,
Repository\STM32Cube_FW_H7_V1.3.0\Utilities\PC_Software\patch\EWARM
This was mentioned in the release note:
Khouloud.