• NMI Handling in Bootloader
    Hi, i use a Little Assembler Program to copy a Bootloader from Flash to RAM and it works fine so far. The question i'm asking myself: The Program starts automatically at the Reset-Vector in Flash...
  • How to acknowledge/clear active interrupt in Cortex-M4
    Hi all, I'm testing interrupt on a Cortex-M4 based platform. So far I have managed to get my interrupt handler called. It clears the interrupt source coming from the peripheral. But before the pin to...
  • What will happen if Cortex-M0 fetches 0xFFFF_FFFF as an instruction ?
    Dear Guys,     In typical SoC product, the FLASH memory is initially empty after being shipped from factory, in which the data are all "0xFFFF_FFFF".     I am curious how Cortex-M0 deals with the undefined...
  • Use of SV Call & NMI Exceptions in ARM
    What is the use or application of SV Call and NMI Exception in ARM Cortex M0 . Is it someway related to RTOS?, if so , how?
  • LPC 2148 Push Button interrupt problem
    I am currently using LPC 2148. I have a push button attached to port 0.15 and with every push the push button makes the pin high. I want to count the push and with every push i want to store it into...