Other Parts Discussed in Thread: TDC1000, , C2000WARE, TMDSDOCK28035, TDC1000-C2000EVM
Tool/software: Code Composer Studio
I have a transducer hooked up to the TDC1000 in the TX1 pins. I start the graph on the (TDC1000_C2000_EVM) software to read the TOF (time of flight) which is the time it takes for the signal to be sent and received back to the transducer. I would like to be able to read this value somewhere else outside of the software if possible. There is also a TMS320 microcontroller on the board that has 7 possible GPIOs to hook up to (GPIO0, GPIO1, GPIO3, GPIO7, GPIO30, GPIO31, GPIO32, GPIO33). These include PWM, ADC converter and CAN bus communication. I was wondering if i could get help on how to activate these GPIOs in order to read or print the values of the transducer measurement somewhere else.
I figure out that I needed Since the XDS110 JTAG Debug Probe to try debug the TMS320F28035 microcontroller and flip the necessary GPIOs to outputs so I can output the value of the transducers to somewhere else other than tdc1000_c2000 software. I have code composer studio installed onto my laptop but am very unfamiliar with how to use it.
I was wondering if I could get pointed in the right direction on code composer to change the necessary GPIO bits for I do not know where to begin. There are so many documents to read with hundreds of pages to look at and can be a little overwhelming.