Information on the instruction set for programming in C

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Information on the instruction set for programming in C

885 次查看
nikivendola
Contributor III

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.....

标签 (1)
1 回复

756 次查看
ivadorazinova
NXP Employee
NXP Employee

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

Doc.png

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!
-----------------------------------------------------------------------------------------------------------------------