User Activity

I try to build a code example where I can execute directly from external OctalSPI flash.I use HAL project "XSPI_NOR_MemoryMapped_DTR" as reference and starting point:It works fine: I can write (flash) and read back external QSPI memory. I can also ex...
FYI,you can build, load, start and debug also the "Appli" project (not just as FSBL).The linker script (selected as default) "STM32N657XOHXQ_LRUN.ld" loads and executes in the same way.In order to avoid this warning about "LOAD segment with RWX permi...
It looks like (based on PCB and schematics) - I cannot run the VDDIO (all IO pins) with 1V8.No option on this board to jumper IO voltage as 1V8 - why not?"rrrrrr": I was thinking to change all my projects to this great board (speed, memory size), e.g...
I am not yet the full expert (I have not read all docs, just trying with a simple project).It looks like, what I have in mind is maybe not possible.Goal:I want to have all my code on external QSPI memory (because the chip does not have an internal co...
My project works as FSBL. I can also generate it as an Appli project (using the linker script "STM32N657X0XQ_LRUN.ld" (as default selected)), similar code works with ST-LINK debugger.But how to generate a signed image and flash to external QSPI memor...