Hello,
1. i would like to send float values via uart.
is this possible?
in the example from tivaware, 8 bit data is always accepted.
is it also possible to send 32 bit float data?
2. would this also work completely without an interpreter?
by this i mean send the float values as hex values directly via uart.
the plan would then be ping pong dma.
source sram array variable and destination uart fifo.
3. My next project is:
1. sample frequencies with the ADC.
2. change these samples with FIR IIR etc filter.
3. output the changed signal via UART, so I can see the change.There are some UART oscilloscopes online for download.
Or does anyone have a better idea ?