• Pre-Processor Location
    Hi, I have a very silly question and very strange as well. I just created a new project for stm32f407vg in Keilv5 MDK on HAL. Following is the simple code: This is HAL libraries FILE ...
  • Pre-Processor Location
    Hi, I have a very silly question and very strange as well. I just created a new project for stm32f407vg in Keilv5 MDK on HAL. Following is the simple code: This is HAL libraries FILE ...
  • ARM7TDMI: SUBS vs SUB + CMP
    Note: This was originally posted on 2nd April 2009 at http://forums.arm.com Hi, I have a question regarding the SUBS instruction and how it compares to SUB and CMP (due to unexpected behavior in a C-program...
  • ARM7TDMI: SUBS vs SUB + CMP
    Note: This was originally posted on 2nd April 2009 at http://forums.arm.com Hi, I have a question regarding the SUBS instruction and how it compares to SUB and CMP (due to unexpected behavior in a C-program...
  • Nesting of pre-processor #if/#endif
    Hello. Using C51, is nesting of pre-processor #if/#endif statements allowed?