EmbeddedRelated.com
The 2024 Embedded Online Conference

LPC2366 5V Tolerant pins

Started by leomecma in LPC200016 years ago 19 replies

People, I'm reading DS of this device, and is not clear for me if the pins are 5V tolerant just in I/O functions, or if in second functions,...

People, I'm reading DS of this device, and is not clear for me if the pins are 5V tolerant just in I/O functions, or if in second functions, like CAN and UART this remains tolerants. Thks, leomecma


UART Loop Back

Started by majid_mokhtari in LPC200018 years ago 2 replies

Hi Everybody , First of all , Merry Christams and I hope a happy new year for everybody. May be already answered but I couldn't find...

Hi Everybody , First of all , Merry Christams and I hope a happy new year for everybody. May be already answered but I couldn't find it . I tried to read data from UART0 by initializing exactly based around Insider Guide book from Hitex . I could not receive data by Hyperterminal . After checking all parameters , I used Oscilloscope and I had serial


lpc2138

Started by jignesh in LPC200012 years ago 1 reply

hey friends can anybody help me out with my project...i need to interface a gsm module sim300 with lpc2138 via UART...can anyone help me out with...

hey friends can anybody help me out with my project...i need to interface a gsm module sim300 with lpc2138 via UART...can anyone help me out with the codes to generate interrupt when a msg is received by gsm module also read the same through the controller.... ------------------------------------


Search for part -- replacement for LPC11C24

Started by skiddybird in LPC200012 years ago 14 replies

hi, everyone, Is there a kind of MCU that includes at least one on-chip CAN transceiver(like LPC11c24), plus the following features? 32-bit...

hi, everyone, Is there a kind of MCU that includes at least one on-chip CAN transceiver(like LPC11c24), plus the following features? 32-bit ARM7 architecture, 128K flash, 16k SRAM, two SPI interfaces, RTC, UART, IAP, watchdog. It would be best if it contains one ethernet port, and be able to run uclinux. ------------------------------------


LPC11Cxx CAN bootloader utility

Started by Kevin in LPC200011 years ago 4 replies

Hello, Can anyone point me at a PC utility to program the LPC11Cxx parts via CAN (and optionally UART) using the built-in ISP...

Hello, Can anyone point me at a PC utility to program the LPC11Cxx parts via CAN (and optionally UART) using the built-in ISP bootloader? Only the CAN port is accessible in my hardware, so I would like to be able to use this as a fallback if the device somehow gets bricked during IAP. Thanks, Kevin. ------------------------------------


Problems w/ UART

Started by peterburdine in LPC200019 years ago 17 replies

I think I may be missing something stupid, but can anyone help me? I am tring to write to UART0, but it doesn't seem to work. I...

I think I may be missing something stupid, but can anyone help me? I am tring to write to UART0, but it doesn't seem to work. I am trying to write a software buffer to help out the one byte hardware buffer. Specifically I am using the LPC 2294. Below is my code. I am us


optimum uart buffered transmit example?

Started by dr_danish_ali in LPC200018 years ago 5 replies

Hi Folks, I am very new to the lpc2xxx family (although I am competent at PICs) so I am looking at what other people do with the...

Hi Folks, I am very new to the lpc2xxx family (although I am competent at PICs) so I am looking at what other people do with the peripherals. My current line of investigation is the UARTs, which are described as "550-compatible". Of course I want everything i.e. interrupt-driven and externally-buffered serial input and output, but I don't seem to be


uart0 lpc1768 freertos

Started by Matthew Partyka in LPC200012 years ago 3 replies

Hello, I have sent posted to the group yesterday (seems to not have worked first time around) - so if repeat please discard Im having trouble...

Hello, I have sent posted to the group yesterday (seems to not have worked first time around) - so if repeat please discard Im having trouble with my UART functions, the send seems to be working fine but when receive the buffer does not seem to be empty and is resent as if there was a interrupt triggered every time there is a send. (hence going back to the vUAR0RX function) -so my questi...


UART LPC2138

Started by dsourgen in LPC200018 years ago 2 replies

Hello, I am new at LPC2000. I have downloaded eval version of KEIL =B5vision3. I will have to=20 develop an application with LPC2138. After...

Hello, I am new at LPC2000. I have downloaded eval version of KEIL =B5vision3. I will have to=20 develop an application with LPC2138. After studying examples, I am trying to create a simple project that=20 displays a character on serial 2 of the simulator (This is very=20 close to the "Hello" example). The program should display a single character once only. Here is the code (very simple...


Interfacing LPC2148 UART with 3V CPLD

Started by Sutton Mehaffey in LPC200016 years ago 4 replies

I have a requirement for 3 RS232 links to my LPC2148. I have run one directly to UART0. The others (for connecting a PC and a modem) I have...

I have a requirement for 3 RS232 links to my LPC2148. I have run one directly to UART0. The others (for connecting a PC and a modem) I have input into a 3V CPLD and am doing the switching in there to UART1. However, I didn't take into account the signal differences. I was using a Linear LT1382 between the PC and the CPLD, but that won't work because the LT is a 5V TTL out and the CPLD ca...


LPC2138 MIPS

Started by rggmns in LPC200018 years ago 1 reply

Hello, I use a LPC2138 microcontroller with a 25MHz xtal. I set the pll multiplier at 2 and de devider =2 (in the startup code of...

Hello, I use a LPC2138 microcontroller with a 25MHz xtal. I set the pll multiplier at 2 and de devider =2 (in the startup code of KEIL). This gives 50MHZ CPU clock. This works out fine, in determining the speed for the UART (baud rate is ok). But when I run a very small program, toggeling the LED's, I only get 16 MIPS out of the controller. The


Still trying UART0 Interrupts - almost there

Started by f lee in LPC200018 years ago 1 reply

I've spent a lot of time trying to get this UART Interrupt to work. Not enough I suppose. What have I missed? This is written for the...

I've spent a lot of time trying to get this UART Interrupt to work. Not enough I suppose. What have I missed? This is written for the OLIMEX 2148 compiles and runs under GCC and uses the Phillips std LPC214x.h I hope this will be useful to others who have tried and failed! Thanks for your help! Flee #include "LPC214x.h" #define OSCILLATOR_CLOCK 60000000


MCB2300 ethernet problem

Started by vivek singhwal in LPC200017 years ago 3 replies

Hello all, I am trying to develop a board similar to MBC2300 for LPC2368 actually I need only UART and ethernet module. This is the first...

Hello all, I am trying to develop a board similar to MBC2300 for LPC2368 actually I need only UART and ethernet module. This is the first time my interaction with ethernet. I tried the same connections for DP83848 as provided in MCB2300 Schematic but unfortunately it is not working out me and I am not able to figure out the problem. Also I am not using any Ferrite Bead - SMD ( L) as ...


help!about UART0 and UART1 of LPC2148

Started by hbaocr in LPC200015 years ago 4 replies

I want to use both of two UART chanel for my applications.But when I do it!I have some problem! At first I receive data from UART1 then I send...

I want to use both of two UART chanel for my applications.But when I do it!I have some problem! At first I receive data from UART1 then I send data to PC through UART0 !And I have met problem that is:the font of The string I received on PC are wrong!and I can't read anything!Please help me solve that probelm! thanks ------------------------------------


Re: LPC1752 SWD Communication Failure

Started by nico...@gmail.com in LPC200014 years ago

Hi Alex, and everyone else, Working with a LPC1114 I encountered the same problem. After having programmed the uC several times, it suddenly...

Hi Alex, and everyone else, Working with a LPC1114 I encountered the same problem. After having programmed the uC several times, it suddenly started failing to communicate through SWD. I know the uC works because it still responds to commands sent through UART, leds blink, etc. And I know ULINK2 works because I tried it with other boards. Did you find a solution to this problem? I've ...


LPC2148 and UART with hardware handshaking

Started by Gus in LPC200018 years ago 3 replies

Hello, Is it possible enable TX,RX,CTS and RTS on UART1 on LPC2148 (with HW handshaking) while using the rest of UART1 pins as general...

Hello, Is it possible enable TX,RX,CTS and RTS on UART1 on LPC2148 (with HW handshaking) while using the rest of UART1 pins as general purpose pins? Thanks, Gus


UART Problem

Started by mobilsiten in LPC200019 years ago 3 replies

I cant get this to work. I only want to turn on a led if I recive something on UART1. This is the code: void init_serial...

I cant get this to work. I only want to turn on a led if I recive something on UART1. This is the code: void init_serial (void) // Initialize Serial Interface { unsigned dummy; unsigned short baud = 9600, baud_rate; PINSEL0 = 0x00050000; /*


CP2012 USB to UART Bridge

Started by wickedmonster2002 in LPC200017 years ago 2 replies

Hello Group, I am trying to get this chip to work on my Phytec board with lpc2220 on it. So far, I have found code samples online that are...

Hello Group, I am trying to get this chip to work on my Phytec board with lpc2220 on it. So far, I have found code samples online that are compatible with the 8051 system. Has anyone used this chip on the LPC or ARM environment who can provide me sample code to make my life easy? Tips, comments, curses welcome. Thanks. Karim.


LPC2103 Uart Problem

Started by adriaanswan in LPC200017 years ago 5 replies

Hi, I am very new to ARM processors, and as a first simple task I just want to dump something a pc can read. I am using Keil uVision 3.5...

Hi, I am very new to ARM processors, and as a first simple task I just want to dump something a pc can read. I am using Keil uVision 3.5 with RealView compiler. The processor is a LPC2103, XTAL 19.6608, CCLK 58.9824, M 3, P 2. I am trying to dump Hello World! to UART0 but nothing. I calculated U0DLL based on the Phillips application note AN10369. Any Ideas? Below is the code I a...


interfacing of lpc2148 with c328r

Started by mathewsheni in LPC200014 years ago 1 reply

hi,has anyone worked on c328r.i m facing problem in synchronizing with camera.i hav connected camera to uart1 port..and simultaneously...

hi,has anyone worked on c328r.i m facing problem in synchronizing with camera.i hav connected camera to uart1 port..and simultaneously checking the camera output from uart0.is any extra caommand need ed wen operating on both the uart's or specifically on uart1. thanks....group. ------------------------------------



The 2024 Embedded Online Conference