Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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?