Stlink v3 set IAR 8.50 error "Failed to load Flash loader"
I am currently working on a project that requires the use of IAT EWARM 8.50. When I compile this project for an STM32H745XI MCU and try to flash/debug I get the "Failed to load Flash loader" error.
On the flash console I get this output:
C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.4\arm\config\flashloader\ST\FlashSTM32H7x5.mac(169,34): Error: Operation error.
At that location (169,34) in the macro file I find:
DBGMCU_APB3FZ1 = __readMemory32(0xE00E1034, "AP2_Memory");
And column 34 is at the start of the first argument for __readMemory32.
I have tried a few different settings while debugging and unchecking the 'override default .board file'
Also, This process works on the built in stlink v3 for the STM32H745 Nucleo board and for the STlinkv2.
Has anyone seen this problem before?
