Hi,
I'm working with the MPC5777C processor and using the AdaMulti toolchain for development. I'm encountering an Instruction TLB Exception, and I'm trying to understand the correct way to handle it.
Can you please help me out to solve the above concern.
Thank you
Hello,
This is linked to MMU settings.
Which exact TLB exception you are getting? Which IVOR?
Best regards,
Peter
Hi sir,
Triggering instruction TLB error interrupt (IVOR14)
Thank you!
Hello,
A Translation Lookaside Buffer (TLB) miss in instruction translation means the processor can't find the page table entry (PTE) for the current instruction's virtual address within the TLB.
For the details please refer to the core reference manual of e200z7 chapter : 10.6 TLB operations
https://www.nxp.com/webapp/Download?colCode=E200Z759N3CRM&location=null
Best regards,
Peter