Other Parts Discussed in Thread: C2000WARE
Hi,
Please help me out, where I can get printf function and add in my code, also I want to know, if we are using printf function then how to know which UART pins , it will get configure ?
Thanks,
Sid C
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.
Hi,
Please help me out, where I can get printf function and add in my code, also I want to know, if we are using printf function then how to know which UART pins , it will get configure ?
Thanks,
Sid C
Hi Sid,
Please help me out, where I can get printf function and add in my code
We have an example for this device within C2000Ware that uses the printf functionality. You can use this example as a reference for your own application:
C:\ti\c2000\C2000Ware_version\device_support\f2837xd\examples\cpu1\launchxl_f28379d
if we are using printf function then how to know which UART pins , it will get configure ?
You will need to use an SCI module, you can use any of the SCI modules and each module has a corresponding set of pins. You can use the example I referenced above as an example of this as well.
Best Regards,
Marlyn