Hi,
I'm working with MPC5554 on real-time application. I want to use eeprom emulation but I wonder 2 situation;
I read an application notes which is from ST company, in that note I read " The provided implementation of the EEPROM emulation firmware runs from the internal Flash, thus the access to the Flash will be stalled during operations requiring Flash erase or programming (EEPROM initialization, variable update or page erase). As a consequence, the application code is not executed and the interrupt cannot be serviced. This behavior may be acceptable for many applications; however, for applications with realtime constraints, you need to run the critical processes from the internal RAM."
1- Does the sw and interrupts work normally, when the eeprom emulation functions are running? Or is it same with note?
2- " however, for applications with realtime constraints, you need to run the critical processes from the internal RAM. ", is it also valid for MPC5554?
Best Regards.