Hello All,
I am trying to create SDRAM Bootable image of SDK Example .
Using SDK 2.7 , EVKB-RT1050
I have observed ,if I used “LED” blinky project then SDRAM bootable images works fine.
https://community.nxp.com/docs/DOC-341317
But when I use SDK example which has “WI_FI/ Ethernet & LWIP”. SDRAM Bootable images are not working .
Examples :
- evkbimxrt1050_AWS_aws_greengrass_discovery_enet
- evkbimxrt1050_Aws_aws_shadow_wiced
I have added
*(.NonCacheable.init) =>>SDRAM_NCACHE ==>> .BSS
(.NonCacheable) =>>> SDRAM_NCACHE=>>>> . data
Regards
Nishi