Hello,
I am currently trying to configure the RT1176 to use SDRAM (32MB) for general data/program storage however I am having some issues. Specifically the application stops executing/freezes during the ResetISR function. I have looked at other threads however am yet to find any solution.
I have the following predefined symbols:
I have used the following memory configuration:

Finally, I provided the following settings for the linker:

I am not sure about the heap/stack locations (followed another thread) however even changing those back to default (post data and end respectively) the issue still occurs. Furthermore I am not sure about the Heap being allocated to SDRAM_NCACHE_REGION however another thread suggested that the heap should be allocated to an non cacheable region.
Any help would be greatly appreciated. If you need anymore information I'd be happy to provide it
Thanks,
Jon
Note: Here is the debug flow when executing the application:
1) Initial Breakpoint at ResetISR

2) First Step Into after initial breakpoint

3) Next Step (throws 0xdeadbeee)
