2004-07-20 12:46 AM
2003-12-22 09:50 PM
Hi,
My apply work on st10f168, i would to minimize errors and problems with using TRAPS , but i don't know use it What are the purpose of this interruption? Can i write fonctions at traps adress? So how can i use it ? If you 've some exemples or suggestions that can help me ! thanks2004-07-04 09:52 PM
Hello,
Traps interrupt the current execution like standard interrupts do. However, trap functions offer the possibility to bypass the interrupt system prioritization process in cases where immediate system reaction is required. Trap functions are not maskable and always have priority over interrupt requests on any priority level. The ST10 provides two kinds of traps: software and hardware traps. Have a look at the ST10x167 user's manual (INTERRUPT AND TRAP FUNCTIONS section), this will help you. Najoua2004-07-20 12:46 AM
Thank you for your precision Najoua !!