Booting LPC-Link2The recommended way to use LPC-Link2 with the LPCXpresso IDE is to boot and soft load a debug firmware image at the start of a debug ...
分类:
其他好文 时间:
2015-09-01 16:47:23
阅读次数:
801
https://www.lpcware.com/content/faq/lpcxpresso/using-lpclink2-as-lpc4370-evalAs well as being a standalone debug probe, theLPC-Link2can also be used a...
分类:
其他好文 时间:
2015-09-01 12:38:56
阅读次数:
322
80MHz 12 bit ADC processor LPC4370.LPCxpresso do a LPC LINK2 and LABTOOLS open source oscilloscope demo set. (£84 from Mouser, seems quite well liked....
分类:
其他好文 时间:
2015-09-01 12:09:40
阅读次数:
691
RPC(Remote Procedure Call,远程过程调用)是建立在Socket之上的,出于一种类比的愿望,在一台机器上运行的主程序,可以调用另一台机器上准备好的子程序,就像 LPC(本地过程调用).越底层,代码越复杂、灵活性越高、效率越高;越上层,抽象封装的越好、代码越简单、效率越差。S.....
分类:
其他好文 时间:
2015-06-18 17:02:26
阅读次数:
196
互次对象实现线程同步。
1.使用API函数操作互次对象。
函数CreateMutex用于创建并返回互次对象。
函数原型:
HANDLE CreateMutex( LPSECURITY_ATTRIBUTES lpMutexAttributes, // SD
BOOL bInitialOwner, // initial owner
LPC...
分类:
编程语言 时间:
2015-04-26 13:57:27
阅读次数:
222
N32926U1DN的BSP(http://www.amobbs.com/thread-5571471-1-1.html,在某一楼层的引用中可见)ftp://nftp.nuvoton.com用户名W55ARM_dzstic,密码y+8sc-i其中N3292x Design Guide_A0.pdf文...
分类:
其他好文 时间:
2015-04-23 23:18:50
阅读次数:
2037
#include "led.h"void led_init(void){ //p1.14 p0.16 p1.13 p4.27 LPC_SC->PCONP |= (1P1_14 = 0x00;//选择gpio功能,禁止迟滞 不反向 正常推挽 LPC_IOCON->P1_14 |= (2P0_16 = ...
分类:
其他好文 时间:
2015-03-15 18:19:37
阅读次数:
2457
//其他通道的基本定时功能都能在这里实现void Time0Mr0Init(u32 arr,u32 psc){ LPC_SC->PCONP |= (1TCR |= (1MR0 = psc; //匹配寄存器与定时器计数器值相比较 LPC_TIM0->IR |= 0XFF; //清所有中断标志位 LPC...
分类:
其他好文 时间:
2015-03-15 02:05:52
阅读次数:
197
//p2.0 pwm1.1void ALS_Init(void) //初始化{ LPC_SC->PCONP |= (1PCLKSEL0 &= ~(3PCLKSEL0 &= ~(3PINSEL4 &= ~(0X03LPINMODE4 &= ~(0X03LPINMODE_OD2 &= ~(0X01TCR...
分类:
其他好文 时间:
2015-03-15 02:03:12
阅读次数:
256