Information on the instruction set for programming in C

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Information on the instruction set for programming in C

875件の閲覧回数
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 返信

746件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------