• I2C EEPROM 24LC16
    I need you generous help, Folks. The following is part of my code. What I want to do is to check if the bus is free, if it is, then I want to read out the data at the address 0. "Address 0" means...
  • gcc put a address into a data word
    Note: This was originally posted on 2nd July 2011 at http://forums.arm.com Hi. I'm trying to build a jump table, but I do not succed to declare the table for example .label1: ... ... .label2: ... ......
  • byte Vs Half word Vs Word comparison
    Hi Experts, unsigned int var1_32; unsigned int var2_32; unsigned short int var1_16; unsigned short int var2_16; unsigned char var1_8; unsigned char var2_8; In the above declarations which is faster...
  • How to use EZUSB_WriteI2C( ) to write word addressed registers
    How to use EZUSB_WriteI2C( ) to write word addressed registers. The first parameter for the above function is BYTE addr; But I need to configure a register whose address is word like 0x3070. How can...
  • How to align a local variable at word-aligned address
    Hi Does anyone know how to force a local variable to be aligned at word address? The DMA transfer needs word-aligned address. Thanks. Joseph