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 Everyone,
I was going through the examples of McBSP examples of TMS320F28335 Then, i saw this InitSysCtrl(); . This function was called in my main function. So, i just wanted to see body of this function. He also says it is found in DSP2833x_SysCtrl.c file. So, where can i find this file in the control suite folder?? Can you please let me know the path location!!
Where do i find this below files in the control suite folder???
DSP2833x_SysCtrl.c file
DSP2833x_Gpio.c file
DSP2833x_PieCtrl.c file
DSP2833x_PieVect.c file
I found the path for the header files(.h) but, i was not able to find the source files(.c).
So, can you please let me know the path to find the .c files??
Waiting for your reply earliest!!
Thanks & Regards
Naveen Chandra
Hi Naveen,
For the SysCtrl.c file see: C:\TI\controlSUITE\device_support\f2833x\v140\DSP2833x_common\source.
To get a deeper understanding of ControlSUITE, please take time to review: http://processors.wiki.ti.com/index.php/ControlSUITE_for_C2000
Thanks,
Jeff
Hi Naveen,
Take a close look at chapter 5 in the 2833x McBSP Reference Guide. TDM is an efficient way to communicate to support multiple channels of data. Your error handling and data completion will be in the protocol that you define.
I have not tried using the McBSP with multiple devices but your approach seems valid. Below is a slide from the 2833x multi-day workshop.
Jeff