Part Number: TMS320F2800137
Tool/software:
hi expert:
lTemp = 0x735;//adresss
lAddrData = (*(uint32_t*)(lTemp));//get the data of started address
in the above code,i want to get the data ,start address is 0x735,
the value 0f 0x734 is 0x1111;
the value 0f 0x735 is 0x2222;
the value 0f 0x736 is 0x3333;
i want to kown the value of lAddrData ? 0x22221111?0x22223333?0x33332222?
which data is correct?
i uesd ccs 12.4,little alignment.
