Closed cshsoft closed 3 years ago
Thanks for reaching out! Are you trying to move packet pool to SDRAM or execute NetX Duo from SDRAM?
Yes, because the built-in Flash capacity of some chips is not enough, we need to run most of the code in SDRAM. At present, I allocate the data pool in internal SRAM, but it is better to put all the code in external SDRAM, I wonder if there is a suitable solution
It looks like the issue is specific to MPU configure for ST. Did you try to contact ST? Here is the ST support website,
https://www.st.com/content/st_com/en/contact-us.html
ST Online Support Center Online support requests can be submitted https://my.st.com/ols. • 1 (844) STMICRO for toll-free calls inside USA • 1 (972) 466-7775 for calls outside USA
It looks like the issue is specific to MPU configure for ST. Did you try to contact ST? Here is the ST support website,
https://www.st.com/content/st_com/en/contact-us.html
ST Online Support Center Online support requests can be submitted https://my.st.com/ols. • 1 (844) STMICRO for toll-free calls inside USA • 1 (972) 466-7775 for calls outside USA
I may have found some problems with network byte order and SDRAM's default storage sequence
Looks like you have found a solution. Closing now.
Hello everyone,
I have a question to ask, and it is wrong to transplant the netxduo to SDRAM, but it is ok to compile the code to the STM32H7 internal sram.