Top "Lpc" questions

Refers to a line of ARM-based microcontrollers by NXP Semiconductors.

CAN Bus Protocol Implementation

I want to learn and implement CAN BUS protocol. I have implemented UART,SPI,I2C and One Wire Bus …

serial-communication can-bus lpc
Undefined reference to 'strnlen' despite "string.h" include

I am trying to use create a project for LPC1769 on LPCXpresso. I have a C file calling #include <…

c eclipse gcc arm lpc
Storing CRC into an AXF/ELF file

I'm currently working on a C program in the LPCXpresso (eclipse-based) tool-chain on Windows 7, an IDE with gcc targeting the …

c gcc arm crc lpc
ARM LPC1768 UART0 configuration, wrong baud rate

My baud rate should be 115200, but it is 892.9 void UART0_Init(int pclk, int baudrate) { unsigned long int DLest; //unsigned …

embedded serial-port arm lpc clockrates