• How to address 16 bit address using I2C registers ( I2DAT)
    Hi all i wanted the FX2 to receive a 16 bit address (used to interface with labview)one eg is E012(one of the addressing i need to use), i am using the two registers I2CS and I2DAT. As u all know I2DAT...
  • How to address 16 bit address using I2C registers ( I2DAT)
    Hi all i wanted the FX2 to receive a 16 bit address (used to interface with labview)one eg is E012(one of the addressing i need to use), i am using the two registers I2CS and I2DAT. As u all know I2DAT...
  • 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; ...
  • 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; ...
  • Register address for Register Bank Select
    When setting up a interrupt service routine how is the register bank used determined? I see that the register bank is selected based on the register address but where does this register address come...