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.

TMDSCNCD28379D: Source code for sample

Part Number: TMDSCNCD28379D
Other Parts Discussed in Thread: SYSCONFIG

I have downloaded sample project sci_cc_f2837xd, which shows how to access serial ports on the f2837 family of processors. There is a function call named Board_init. I would like to find the source code for that function.

I asked TI directly using the on-line chat. Their recommendation was that I ask on the forum. Do most of the sample projects come from people on the forum? If anyone can provide the source code for that function (Board_init) I would appreciate it.

  • Hi Fred,

    This Board_init() function is automatically generated from the SysConfig code generation tool. You can see what this function does by looking at the Generated Files in the project, or looking into the .syscfg file. This SysConfig getting started video is a good quick resource to see how this tool works in the example project: https://www.ti.com/video/6304748751001. I believe you can also find the source code for any function call in your program by pressing the CTRL button and clicking on any function call.

    Regards,

    Peter