Freertos LWIP http server without external SDRAM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Freertos LWIP http server without external SDRAM

Jump to solution
2,566 Views
stefanardo
Contributor I

I am using iMXRT1021 with a custom board and I am having trouble with the http server example.

My board does not have an external SDRAM and  I am using the freertos sdk example simply changing the memory sequence and and some pins. I can compile and run it but I cannot have any ethernet activity and I never receive a packet,

With the baremetal example all works fine...

Is possible to have this kind of application with a board without external memory?

 

Regards.

Stefano

0 Kudos
Reply
1 Solution
2,535 Views
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @stefanardo ,

If your project is based on the MCUXpresso IDE, you can easily delete the SDRAM space and modify NCACHE_REGION to a piece of space from OCRAM.

Please run your project after making this change and try it again, see these two links:

1. NCACHE_REGION issue on RT1024 - NXP Community

2. 已解决: NCACHE region in internal RAM IMXRT1021 - NXP Community

Best regards,
Gavin

View solution in original post

0 Kudos
Reply
1 Reply
2,536 Views
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @stefanardo ,

If your project is based on the MCUXpresso IDE, you can easily delete the SDRAM space and modify NCACHE_REGION to a piece of space from OCRAM.

Please run your project after making this change and try it again, see these two links:

1. NCACHE_REGION issue on RT1024 - NXP Community

2. 已解决: NCACHE region in internal RAM IMXRT1021 - NXP Community

Best regards,
Gavin

0 Kudos
Reply