Hello @alejandro_e ,
From what i understand, we can boot the board either from RAM or from QSPI.
Booting from QSPI needs a blob image, such that the HSE and Application would then be loaded to the RAM.
The other way is flashing directly to the RAM using a debugger, which I'm currently doing.
For the Application, i can directly flash it with the debugger in the desired memory address.
But for the HSE, the memory region is not accessible by the debugger. so i guess the HSE partition starting address 0x22000000 needs to be enabled somehow, like with a cmm script enabling the clock or something.
I saw some other ways where the HSE can be flashed without the IVT but on other targets like the DCF options in S32K, so i'm wondering if there is a similar way but for S32G3
Thank You,
Sahar.