• Modified from your feedback told Sir !
    Dear Sir, with the feedback given by you I was able to re-structure my I2C Interrupt routine.Interrupt is invoking properly everytime, but I am not able to get the desired result. I want to clarify...
  • keil told me a warning about abs()
    Does abs function can not effect on unsigned long type ? BOOL bSameTime = (abs(ulData1 - ulData2) > 2) ? FALSE : TRUE; warning : taking the absolute value of unsigned type 'unsigned long...
  • It's been playing-up for a while...
    ... and now it's got really bad !!
  • Standar Library Support Question
    Hello. This is a very basic question. However I am new at the cross compilation scene, and I ask to bare with me. I've been reading about compiling toolchains for arm. One thing that keeps coming...
  • where my function has been called from
    Note: This was originally posted on 19th February 2013 at http://forums.arm.com [font=verdana, sans-serif][size=2]From my code I need to figure out has my function been called from the ISR or just regular...