Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Dear All,
Could anyone help me configure McBSP with SysConfig for interrupt mode of SPI Slave?
Thanks,
Cody
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.
Tool/software:
Dear All,
Could anyone help me configure McBSP with SysConfig for interrupt mode of SPI Slave?
Thanks,
Cody
Cody,
While there is not sysconfig support for F2837x, we can look at sysconfig for the f2838x device, and then look at the generated c code and then call the same functions on the F2837x device. The McBSP is identical between these two, so the driver functions should match.
Here is the SPI example for F2838x to get started https://dev.ti.com/tirex/explore/node?node=A__AJLbxUojC7F95yEyS5g9AA__C2000WARE__1kRFgrO__LATEST
Best,
Matthew
Hi Matthew,
I tried the example you mentioned and later called the Lib Functions myself. However, the example did not use Sysconfig. I also tried generating the corresponding functions with Sysconfig, but I found the order was incorrect, and many settings were redundantly configured.
Thanks
Cody