Part Number: TMS320F28379D
Tool/software: Code Composer Studio
hi i have a problem sending an uint16 with uart: if i read and sent the number in an array like this[1,2,3,4,5] my result is 12345 on the serial monitor but if i try to change my array with this[123, 2,3,4,5] my result is 1<2345 why?
