Hello everyone,
due to the need to be able to keep using interruptions (like non blocking CAN communication) while we write in the flash block, I understand that the right solution is to run certain code from RAM.
As I understand I need to copy to ram the interruptions table, the interruption function with ALL the dependencies, functions and code used in the interruption function.
Can you confirm this? Do you have an example of this function?
Thank you!