Page 2 of 2

Re: Problem with DSPI in MOD54415

Posted: Mon Jun 09, 2014 1:28 pm
by dciliske
Unfortunately, yes, you either need to re-init between them, or manually toggle the chipselects as GPIO on either side of the transaction. I wish that this could be avoided, but fitting with the old interface...

I would like to at some point implement the driver using object oriented design, but that is not feasible at the moment. It was a conscious decision to go with what we have, and I am aware of the tradeoffs.

-Dan