Hi all, I am using LPC1754 Microcontroller for our project. I am unable to access whole 32K SRAM of LPC1754. As soon as I tries to use SRAM more than 16K my application gets hang. Does there are some settings in SFRs that I need to make to access whole SRAM? Please suggest some way to solve this.
There should be two RAM banks in LPC1754 which are not in contiguous areas: 16kB local SRAM at 0x10000000 16kB AHB SRAM at 0x2007C000
Check if your application uses the correct addresses.