This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unaligned memory accesses in ARM V7 core throwing some error....

typedef struct __attribute__((__packed__))

{

uint8_t     op_code;

uint8_t     flags;

uint32_t    logical_block_addr;

uint8_t     group_num;

uint16_t    tx_length;

uint8_t     control;

} SCSI_READ10_t;
Parents Reply Children
No data