|
|
How to de-activate the default addition of clock pulses
| Reference Number: AA-00600 Created: 2011-12-06 13:46 |
|
|
On page 6/27 of user guide of spic c library, there is a note saying "default addition of clock pulses can be deactivated". Could you tell me how?
You have to use function spi_SetSSClockMasking: parameters = 1 enables
the clock masking (hence suppresses the extra clock cycles)
|
|