TWR-K60N512-KEIL Freescale Semiconductor, TWR-K60N512-KEIL Datasheet - Page 148

no-image

TWR-K60N512-KEIL

Manufacturer Part Number
TWR-K60N512-KEIL
Description
K60N512 Keil Tower Kit
Manufacturer
Freescale Semiconductor
Series
Kinetisr
Type
MCUr

Specifications of TWR-K60N512-KEIL

Rohs Compliant
YES
Contents
4 Boards, Documentation, DVD
Peak Reflow Compatible (260 C)
Yes
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
For Use With/related Products
Freescale Tower System, K60N512
Configuration examples
// Format B two IDs
Example code for configuring ID table in Format C:
j = 0;
//
148
*pIDTabElement = ((id & 0x03fff)<< (16+ (1-bIsExtID)*3))
| (bIsExtID<<30) | (bIsRTR<<31);
i++;
if(i < nIDTab)
{
}
*pIDTabElement = (id & 0x00ff) << (24-(j<<3));// RXIDC_0
i++;j++;
do{
RXIDC_1 .. RXIDC_3
}while(j<3);
if(i < nIDTab)
{
}
Else
{
}
id = idList[i] & ~(CAN_MSG_IDE_MASK |CAN_MSG_TYPE_MASK);
bIsExtID = (idList[i] &
bIsRTR = (idList[i] &
*pIDTabElement |= ((id & 0x00ff) << (24-(j<<3)));
j++; i++;
break;
id = idList[i] & ~(CAN_MSG_IDE_MASK |CAN_MSG_TYPE_MASK);
bIsExtID = (idList[i] &
bIsRTR = (idList[i] &
*pIDTabElement |= ((id & 0x03fff)<< ((1-bIsExtID)*3))
i++;
CAN_MSG_IDE_MASK)>>CAN_MSG_IDE_BIT_NO;
CAN_MSG_TYPE_MASK)>>CAN_MSG_TYPE_BIT_NO;
| (bIsExtID<<14) | (bIsRTR<<15);
Kinetis Quick Reference User Guide, Rev. 0, 11/2010
CAN_MSG_TYPE_MASK)>>CAN_MSG_TYPE_BIT_NO;
CAN_MSG_IDE_MASK)>>CAN_MSG_IDE_BIT_NO;
// RXIDB_0
// RXIDB_1
Freescale Semiconductor

Related parts for TWR-K60N512-KEIL