Hi all,
where can I find the instructions to manage the programming of a microcontroller in C?
For example this statement SPIx_MCR SPI_MCR_SMPL_PT_SHIFT << = x; or BITBAND_REG(SPI0->PUSHR, SPI_PUSHR_CTCNT_MASK)=x;
There is a manual / book that defines and lists.....
Hello niki vendol,
You can find it in Reference Manual, Datasheet and also we have User Guide and Schematic.
For example, if you have FRDM-K64F :
Reference Manual: K64 Sub-Family Reference Manual
Datasheet: Kinetis K64F Sub-Family Data Sheet
User´s Guide: FRDM-K64F Freedom Module User´s Guide
Schematic: Freedom K64F
all these documents are available on our sites. Freescale Semiconductor | Embedded Processing Solutions
I hope it helps,
Iva
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------