摘要:
Q LPC43xx和LPC18xx有相同的USB接口以及片内USB驱动吗?A 是的.Q LPC4300和LPC1800只是内核不同吗?外设和管脚配置都完全一致?A 为LPC18xx的映像可以直接在LPC43xx(尾号一致)上运行,但是LPC4300的片上RAM比LPC1800多64KB,并且LPC1... 阅读全文
摘要:
LPC43xx SGPIO ConfigurationThe LPC43xx SGPIO peripheral is used to move samples between USB and the ADC/DAC chip (MAX5864).The SGPIO is a peripheral t... 阅读全文
摘要:
LPC4350 SGPIO ExperimentationThe NXP LPC43xx microcontrollers have an interesting, programmable serial peripheral called the SGPIO (Serial GPIO).It co... 阅读全文
摘要:
LPC18xx/43xx OTP Controller driver/* * @brief LPC18xx/43xx OTP Controller driver * * @note * Copyright(C) NXP Semiconductors, 2012 * All rights reserv... 阅读全文
摘要:
static LPC_DEVICE_TYPE LPCtypes[] ={ { 0, 0, 0, 0, 0, 0, 0, 0, 0, CHIP_VARIANT_NONE }, /* unknown */ // id, id2, use id2, name of product... 阅读全文
摘要:
#define CLK_FREQ ( 10000 )#define CORE_FREQ ( 168000000 )static void TIM_GPIO_Config( void ){ GPIO_InitTypeDef GPIO_InitStructure; // Enable GP... 阅读全文