• IRQ INTERRUPT DOES NOT GO TO ISR
    HI, I use GNU compiler. I have written code that send the Character string to COM-1 when I make the external interrupt (EXTINT-2) pin low. Interrupt is active low edge sensitive. Interrupt...
  • LM3S6965 redirection of printf and ASSERT
    Hi, I'm using the Luminary LM3S6730 micro for our project. As devepment environment I'm using the Keil uvision3 environment (including the Keil RTX and RL-ARM library). At the moment we are using...
  • Use of assert() function in C
    In my search for new strategeis for writing bug free embedded code and debugging the code quickly, I came across about assert() function. By simple googling i found it as useful to find which expression...
  • AXI assertions availibility
    Note: This was originally posted on 14th June 2010 at http://forums.arm.com Hello All, Earlier ARM has released Assertions for AMBA 3 AXI which was available for free download at: //-----------------...
  • compile time assert
    Does anyone know how to write a compiletime ASSERT? If the condition is true, then don't generate any code. If it is false, then does #error Assert Failed to stop compilation. Thanks, Anh ...