Hello
I have a problem with the creation of a .FLM to program external flash with STM32H533RETx
Setup:
Every time I try to load I get this message
and build output say this
Load "Test_H533v2\\Test_H533v2.axf" Erase Failed!Invalid Access Port selectedError: Flash Download failed - "Cortex-M33"The access port is set at 1 by the pdsc file, I changed it to 0 and I got this
With the same board I am able to program external flash with Cube Programmer and a custom .stldr fileCube programmer connects both with AP = 0 and AP = 1
I am not able to get any different result from "invalid port access" and I can not find a reference in how to fix thisThanks