DSPI Module 3 for MOD54415
Posted: Wed Sep 17, 2014 6:32 am
I seem to be having trouble getting Chip Select to cooperate for DSPI Module 3 on my Dev-70CR dev't board. DSPI Module 1 works fine. Clock & Serial Data out on DSPI Module 3 also work fine. Just Chip Select (pin 23) being balky.
I'm using DSPIInit( 1, 192000, 8, 0x0E, 0x0F, 0, 0, TRUE, 0, 0); // Initializing DSPI Module 1
and DSPIInit( 3, 192000, 8, 0x0B, 0x0F, 0, 0, TRUE, 0, 0); // Initializing DSPI Module 3
Note that I did make the changes in dspi.cpp for the slew rate corrections for DSPI Module 3 noted in an earlier post.
Am I missing something? Has anyone run into a similar issue? I can always set the pin to GPIO, and force it to do what's needed in code (and have verified that this does what I want with a 'scope), but obviously would prefer to do things properly.
Thanks,
Ron
I'm using DSPIInit( 1, 192000, 8, 0x0E, 0x0F, 0, 0, TRUE, 0, 0); // Initializing DSPI Module 1
and DSPIInit( 3, 192000, 8, 0x0B, 0x0F, 0, 0, TRUE, 0, 0); // Initializing DSPI Module 3
Note that I did make the changes in dspi.cpp for the slew rate corrections for DSPI Module 3 noted in an earlier post.
Am I missing something? Has anyone run into a similar issue? I can always set the pin to GPIO, and force it to do what's needed in code (and have verified that this does what I want with a 'scope), but obviously would prefer to do things properly.
Thanks,
Ron