New
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.
github.com/STMicroelectronics/…MCE_ExecuteAESCryptedCode
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
This is because AES decoding is supported by MCE1 only and this is hardware-linked to XSPI1.
github.com/STMicroelectronics/…MCE_ExecuteAESCryptedCode
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