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.
Hello,
I'm using delfino control board,
I run this code
but I observe NO clock out on pin 140
EALLOW; ClkCfgRegs.CLKSRCCTL3.bit.XCLKOUTSEL = 5; ClkCfgRegs.XCLKOUTDIVSEL.bit.XCLKOUTDIV = 3; GpioCtrlRegs.GPCGMUX1.bit.GPIO73 = 3;
Can someone help me ??
Hi Mauro,
Instead of GPCGMUX1, should you be writing to GPCMUX1?
Thank you,
Brett
Hi Mauro,
Many C2000 chips (this one included), won't have trims in early revision samples of TMX silicon.
I suspect that your device is probably an early revision (perhaps Rev0 or RevA).
NOTE: As of today, the TMDXCNCD28379D cCARD kit is the only kit that will guarantee that you get a RevC version of the F2837xD.
(F28379D = F28377D + PositionManager)
Thank you,
Brett
Hi,
PositionManager is a set of libraries built to run on the F28379D to support several absolute encoder standards - like EnDAT, BiSS, etc. The F28379D enables some extra features in the device so that PositionManager can be used.
http://newscenter.ti.com/2015-11-19-TI-introduces-industrys-first-industrial-drive-control-system-on-chip-SoC-to-support-digital-and-analog-position-sensors
Note that if you don't use those software libraries, the F28379D works just like a F28377D.
EDIT: See the following thread which highlights the minor differences which may effect software...
https://e2e.ti.com/support/microcontrollers/c2000/f/171/p/482632/1739457#1739457
Thank you,
Brett