STM32H7S7 flash loader with swapped XSPIs

  • Following the example MCE_ExecuteAESCryptedCode in STM32Cube for STM32H7S78-DK, I noticed that XSPIs are swapped wrt other examples.
    This is because AES decoding is supported by MCE1 only and this is hardware-linked to XSPI1.

    https://github.com/STMicroelectro…eAESCryptedCode

    Code goes then to address 0x9000 0000 (0x7000 0000 is base address for external RAM).

    How can I download code to 0x9000 0000? Default J-Link loader supports only internal flash (0x0800 0000) and 0x7000 0000-0x7fff ffff address range.

    Alessandro

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!