• Disable interrupts in IAP
    Hai all; I am doing an automotive project in LPC2368. Here I am using 512k FLASH of LPC2368 for storing some critical (real time) data .I reffered C:\Keil\ARM\Flash\LPC_IAP2_512 for flash programming...
  • interrupt disabling.
    Hello, If I disable the C51 INT0 just after entering the INT0 interrupt service routine and enable it just before exiting the ISR, would I be doing the right thing? Is this recommended so that interrupts...
  • Interrupts not working when USB IAP(AN10711) is used
    Hi All, I am not an expert on ARM yet but an average guy for uC. I am trying to get hands on with LPC2148 and plan to use it in next project. One wonderful thing that I came across (I come form...
  • Example IAP code not working?
    I am using the IAP for LPC200 example code from the download section. I am trying to get this to work on both my MCB2130 and MCB2140 eval boards. My actual hardware has a LPC2142 on it (the end goal is...
  • Disabling Interrupts in the ARM core
    I have tried to globally disable interrupts using the assembly defines mentioned in the Keil note about nested interrupts. http://www.keil.com/support/docs/2910.htm When I try to call IENABLE or...