• 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
  • 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
  • C51: Word Alignment in Keil C51
    How I can turn-on word alignment in Keil C51? I have such definition of USB-descriptors for Cypress EZ-USB chip CY7C68013: const DEVICEDSCR code TestSyncSlave_DeviceDescriptor = { // Device descriptor...
  • C51: Word Alignment in Keil C51
    How I can turn-on word alignment in Keil C51? I have such definition of USB-descriptors for Cypress EZ-USB chip CY7C68013: const DEVICEDSCR code TestSyncSlave_DeviceDescriptor = { // Device descriptor...
  • Aligned and unaligned word transfers on a 64-bit bus
    address = 0x07 transfer size = 32 bit burst type = INC Burst length = 4 transfers Can you please explain this example of unaligned word transfer on 64-bit bus. Why the second transfer started...