• Read/write Structure variable byte for byte
    Hello, For our application I need to copy data from the XDATA RAM to a I2C EEPROM. How can a structure variable (in XDATA) will be read byte for byte? Then I will copy it to the EEPROM. It would also...
  • Read/write Structure variable byte for byte
    Hello, For our application I need to copy data from the XDATA RAM to a I2C EEPROM. How can a structure variable (in XDATA) will be read byte for byte? Then I will copy it to the EEPROM. It would also...
  • how to read 16-bytes from 'hxx00 address(32-byte aligned address) on a 32-byte width data bus,
    if i want to read 16-bytes from 'hxx00 address(32-byte aligned address) on a 32-byte width data bus, what should be the arsize[3:0]? i donot want to put arsize='h5 as it would result in a performance...
  • how to read 16-bytes from 'hxx00 address(32-byte aligned address) on a 32-byte width data bus,
    if i want to read 16-bytes from 'hxx00 address(32-byte aligned address) on a 32-byte width data bus, what should be the arsize[3:0]? i donot want to put arsize='h5 as it would result in a performance...
  • USB CDC failing to read after reading first byte ( ATSAML21J18B)
    Application: Receive data from java (GUI) application,and send it back to the GUI. Using "USB Device CDC Example" for ATSAML21J18B . Issue: The problem i'm facing is ,from the java application...