• Using RTX and interrupts in unprivileged mode
    I have a question about how or when configure interrupts using RTX in unprivileged mode, The question is: 1 - What happens if the program goes into an interrupt which uses OS directives before the...
  • SVC calls causes an exception
    Hello Cortex M3 experts, I have a FreeRTOS task that runs in Thread/unprivileged mode. When that task tries to execute a SVC instruction, I get a hard fault. But if the task is launched in privileged...
  • Exceptions
    Hi there, I am using Keil uVision v4.71.2 with NXP LPC11U35. What I would like to ask is whether an exception is thrown at a Stack overflow? At the HardFault_Handler how can I determine the type...
  • call function from a ISR
    Hello, At the moment, I'm working with the ethernet MAC interface and I'm now able to get a interrupt, when I receive a new frame from the PHY. But I'm not totally sure, how I have to configure the...
  • How to call a C function from Assembly code..?
    Hi all.. I have an ARM assembly code written for Generic ARM7 (little endian). How can i invoke a C function from this Assembly file..? Thanks in advance for your suggestions. Best Regards, Sameer...