Part Number: DRV8301-69M-KIT
I have an A/D operation that reads a value so it is a IQ12 number. I convert it to IQ24 using the TI library so now I have a long number and in the CCS I can cast it to a Q-24 number within CCS and it is correct. Now I want to send that data out the serial port. I tried to do a simple break into an array of bytes. I tried to declare a byte my_var[4] and then using shift operations break up the number. However byte is not defined in the motor ware it seems. So how do I go about getting these values out via the serial port?