• bit-banding
    STM32f103 (cortex) anyone seen any advantage from bit-banding. I have employed it a few places and always found it to be no savings in time or space. Erik
  • How to define variable to ZI area
    I have defined some globle variables without initial value, but they were in the RW area, this cause the BIN file larger, how can I put them to ZI area? thanks!
  • 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]...
  • Bit-band data size clarification
  • bit addressable area of LPC2368
    Hello Sir, I am using LPC2368 controller in my project My project have some 1-bit flag as shown in following code flag number 1 to 22 working properly means writing 0 or 1 has affect on that. But...