I have just started to use the TI DSP development environment and I
have got a question that is very simple (I would assume) but I am
wasting way too much time trying to figure out.
I am doing plane wave beamforming on the DSP ... I want to transmit
the resulting data out via UART. The board I am using has a UART
output and I can transmit out characters without any problems. My
problem is that all my data is in floating point form (32 bit). But
in UART I transmit one char at a time 8 bits. Does anyone know an
easy way to take the array of floating point (32 bit) numbers and
selectively transmit them in 8 bit increments?
Thanks for any help.
S