• 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...
  • 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 ...
  • Assertion of IRQS is not causing calling of ISR
    Note: This was originally posted on 4th September 2012 at http://forums.arm.com Hi, With my current flow, when I am asserting legacy nIRQ I am able to jump to ISR, but not when asserting IRQS[0]. I have...
  • MDC not available
    Hello, I am dealing with HTTP server code in KEIL MDK5. I am trying to implement the sample code provided. But web page is not getting. Now I came to know that MDC at the physical driver management unit...