• bitband error in cmsis
    please, "--bitband" error when line 114 and line 128 in "cmsis\core_cmInstr.h" were not commented. And it will faster when rebuild if both line 114 and line 128 were commented.
  • __attribute__((bitband)) address miscalculation?
    Hello, I'm using Keil MDK 3.80a on STM32 and trying to use the bitband attribute to access individual bits in a 32bit register. typedef struct { uint32_t a0: 1; uint32_t b0: 1; uint32_t c0...
  • --bitband compiler switch fails (very strange!!!)
    Look at this (Controller: STM32F407I, uVision 4.23, Armcc 4.1.0.894): struct __attribute__((bitband)){ unsigned int Bit1:1; unsigned int Bit2:1; }Bits __attribute__((at(0x20000100))); int main...
  • Check that command line options are present (--bitband)
    Is it possible to generate a compile error, when a special command line option is NOT defined? (e. g. I would create an error, if somebody tries to compile my ARM Cortex M4 code without the setting ...
  • Will it be fast enough
    Hi. I am a noobie at programming but I have a good degree and am blessed with an high IQ. What is required is to pulse an LED Third Brake Light How its works ? Its pretty simple. As soon...