• Asm bit banding macro
    Good day. I try to create asm bit bannding macro. it's only macro and invocation code: MACRO ;macro definition sram_bit_band_set $p1,$p2 LDR R4,=0x22000000+p1*32+4*p2 MOV R5,#1 STR R5,[R4]...
  • Defining a variable in the bit-band area
    I wonder to know is there anyone who define a variable in bit-band area in c programming language for cortex-M3. I have followed the compiler attribute based on the below link www.keil.com/...
  • Bit-band data size clarification
  • ARM Compiler 6 (CLANG) and bit-banding
    Hi, did Compiler 6 CLANG drop support for bit-banding for Cortex M3 and M4 ? I can't find any reference to such a feature. Thank you, Marco
  • why LPC1788 bit-band region do not cover internal SRAM completely?
    hi to all, i am working on a project that in it i need to do some process on large amount of data (nearly 10Kb) and generate some output signal by deciding on each bit of my data and indeed i am in...