This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-F28379D: How to read the data

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: TMS320F28379D, C2000WARE

Hi TI expert

i have some issue about read data from LAUNCHXL-F28379D (TMS320F28379D) to Labview, i code example program about counting 1,2,... from matlab simulink and upload it to LAUNCHXL-F28379D (TMS320F28379D)

my next step is, how to read the data from LAUNCHXL-F28379D (TMS320F28379D) to Labview?

Thanks and Best regards,

Thomas

  • Thomas,

    Sorry for the delay in the reply from the TI side, the thread got mis-categorized on my side.

    For comms with Labview I would use a UART/Hyperterm comms channel.  We have enabled UART comms across the USB cable to the LaunchPad.  If you look in your Windows device manager you should see 2 enumerations for the TI debug probe.  The "aux" one is the channel you'll want to use to communicate back and forth with the device.

    There is an example in C2000Ware under the SCI peripheral called SCI echoback(C:\ti\c2000\C2000Ware_3_01_00_00\device_support\f2837xd\examples\cpu1\sci_echoback) that you can use to see the setting for the SCI(GPIO mux/baud, etc)  you can then replicate those settings in Simulink coder.

    Best,

    Matthew

  • Thank you. I will inform the customer to confirm.