Renesas Electronics Corporation (TSE: 6723), the world's number one supplier of microcontrollers, is a premier supplier of advanced semiconductor solutions including microcontrollers, SoC solutions and a broad range of analog …

GR-Peach MMU table may be wrong

09 Jan 2017

I think the MMU table config is wrong. My code always hits the data abort handler when a call is at an address beyond 1024k. In particular when memset is called from _start.

If I decrease the size of the executable below 1024K then it works or if I omit enable_mmu() in InitMemorySubsystem() it also works.

Any advice?