STM32N6570-DK NetX Duo HTTP Server in XIP (Secure Application)
Hi everyone,
I’m working on the STM32N6570-DK and trying to run a NetXDuo Web HTTP server as part of a secure application executing in XIP (external flash).
I started from the available examples (which run from internal RAM / FSBL), but after moving the application to XIP, I’m facing instability issues (intermittent crashing issues, no ping response, etc.).
From initial debugging, this seems related to:
Execution latency from XIP
Possible cache / MPU configuration or memory placement issues
My questions:
Is there any official or reference example for:
STM32N6570-DK
NetXDuo (HTTP Web server)
Running in XIP mode (external flash)
Within a secure application context
Are there recommended guidelines for:
Placing NetXDuo and ETH driver code (RAM vs XIP)?
MPU/cache configuration when using XIP with networking?
Memory regions for packet pools and DMA buffers?
Has anyone successfully run NetX Duo HTTP server reliably in XIP on STM32N6?
