• Bits to Hex?
    Hi all, I need a little assistance wrapping my head around this issue. It's not strictly an arm/cortex problem, so everyone feel free to chime in! Anyways, to the issue... I am receiving serial...
  • 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
  • Bit operations
    I need to shift data into serail input register bit-by-bit. It would be nice, if the compiler would support asm blocks in a C program. 1. Shifting a byte is done by rotatig accumulator left, whereby...
  • Writing 32 bit values to 16 bit register
    I have to write 16 bit value in a 16 bit register, & variable which holds that value is 32 bit. I have STM32, BSRRL register which is 16 bit, so if I write Like uint32_t x = 255; BSRRL = x; ...
  • 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...