Hi,
I want to use the serial port to exchange data between DSP and Matlab, the data to be exchanged is float array. So on the DSP side, I need to write float array to the serial port and read float array privided by Matlab from the serial port. I am considering to use the platform_uart_write and platform_uart_read functions defined in platform.c. However, these two functions operate on char parameter, not float. So how should I modify these functions in order to operate float data?
Regards,
Yang