欢迎访问ic37.com |
会员登录 免费注册
发布采购

4010-KFOB-434-NF 参数 Datasheet PDF下载

4010-KFOB-434-NF图片预览
型号: 4010-KFOB-434-NF
PDF下载: 下载PDF文件 查看货源
内容描述: Si4010的开发工具包USERA ????指南 [Si4010 DEVELOPMENT KIT USER’S GUIDE]
分类和应用:
文件页数/大小: 20 页 / 212 K
品牌: SILICON [ SILICON ]
 浏览型号4010-KFOB-434-NF的Datasheet PDF文件第10页浏览型号4010-KFOB-434-NF的Datasheet PDF文件第11页浏览型号4010-KFOB-434-NF的Datasheet PDF文件第12页浏览型号4010-KFOB-434-NF的Datasheet PDF文件第13页浏览型号4010-KFOB-434-NF的Datasheet PDF文件第15页浏览型号4010-KFOB-434-NF的Datasheet PDF文件第16页浏览型号4010-KFOB-434-NF的Datasheet PDF文件第17页浏览型号4010-KFOB-434-NF的Datasheet PDF文件第18页  
Si4010-DK  
If we disable the C2 interface when the device is not connected to the IDE chain, and before the LED is turned off  
when lit, then there will not be the GPIO4 problem. To do that the user must add the following function to the user  
application to turn the LED on.  
C function to turn the LED on:  
/*  
*------------------------------------------------------------------------------  
*
*
INCLUDES:  
*/  
#include "si4010.h"  
/*  
*==============================================================================  
*
*
VISIBLE FUNCTIONS:  
*/  
void  
vLedOn  
(
void  
)
/*-------------------------------------------------------------  
*
*
*
*
*
*
FUNCTION DESCRIPTION:  
Turn LED on with disabling of the C2.  
The C2 is disabled only if the part is not connected  
to the IDE debugging chain.  
*-------------------------------------------------------------  
*/  
{
/*  
*-------------------------------------------------------------  
VARIABLES:  
*
*-------------------------------------------------------------  
*/  
GPIO_LED = 1;  
if ( 0 != (RBIT_DATA & M_GPIO_LED_DRIVE) )  
{
PROT0_CTRL |= M_C2_OFF;  
}
}
14  
Rev. 0.1  
 复制成功!