• SVC handlers
    Hi Experts, The RTX code contains SVC handlers named with different names. How this can be best made use of ? Why the option to select numbering of different svc handlers like _svc(0) ....  __svc(n) ...
  • undef handler
    Hi all, If the processor tries to go back from the test() function to the main() function, the program counter gets always the wrong address - so that an undef handler occurs.... (processor is searching...
  • FIQ handler
    Hai! I am using LCP2378 controller.here i m using 12Mhz clock externally(Controller runs at 48Mhz speed by enabling PLL related Regs.). Pls tel what is the interrupt latency time for IRQ and...
  • ARM abort handler
    As I ran into my first abort recently, I started to look around for resources on that topic. I found this article to be very interesting: www.embedded.com/.../printableArticle.jhtml It was written...
  • Cortex m4 simulator file handlers
    hi , I am using keil uvision v4.71 ide. I work on TIVA TM4c129xNczad cortex m4 based microcontroller. Since the board has fatfs file system , i used corresponding fuctions like f_mount , f_open...