Using the K64F-FRDM, how do I toggle a register?
Address: Base Address + 34h offset
Using SPI0 for example.
I want to toggle field 31 CONT - Continuous Peripheral Chip Select Enable
It would be helpful if I was provided two methods of toggling:
1. Via KSDK method
2. Bare register method
Thank you.