EmbeddedRelated.com
The 2024 Embedded Online Conference

How to use UART0 as LIN in LPC2378 ?

Started by Aji Pamungkas in LPC200014 years ago 2 replies

Hello, lpc2000 users. i'm trying to use UART0 as LIN (TJA1020 chip) in LPC2378?as master on?MCB2300 board. I use flexdevel board as it's slave,...

Hello, lpc2000 users. i'm trying to use UART0 as LIN (TJA1020 chip) in LPC2378?as master on?MCB2300 board. I use flexdevel board as it's slave, using TH8082 as LIN transceiver and SCI in flexdevel.?I initialize both of them using 9600 bps, 8 bit, 1 stop bit and no parity.?In MCB2300, I use modified version?of UART API?by Martin Thomas . Before using MCB2300, I use two FlexDevel board as a master...


ANN: HBBR Basic IDE and Compiler for ARM based micrcontrollers - available

Started by elektrknight in LPC200017 years ago

Hello! Hobby-Robotics is pleased to introduce HBBR Basic IDE and Compiler for ARM based mirocontrollers. Currently supported NXP LPC2000...

Hello! Hobby-Robotics is pleased to introduce HBBR Basic IDE and Compiler for ARM based mirocontrollers. Currently supported NXP LPC2000 series devices are: - LPC2106,LPC2105,LPC2104 - LPC2138,LPC2136,LPC2134 - LPC2148,LPC2146,LPC2144 - HBBR Basic is a modern structured Basic variant (full documentation can be found on-line here http://www.hbbrbasic.com/documentation.html) - You...


ANN: HBBR Basic IDE and Compiler for ARM based microcontrollers

Started by elektrknight in LPC200017 years ago

Hobby-Robotics is pleased to introduce HBBR Basic IDE and Compiler for ARM based microcontrollers. Currently supported NXP LPC2000 series...

Hobby-Robotics is pleased to introduce HBBR Basic IDE and Compiler for ARM based microcontrollers. Currently supported NXP LPC2000 series devices are: - LPC2106,LPC2105,LPC2104 - LPC2138,LPC2136,LPC2134 - LPC2148,LPC2146,LPC2144 - HBBR Basic is a modern structured Basic variant (full documentation can be found on-line) - You can edit, compile, upload and communicate from a HBBR...


IAR and .HEX file for LPC2294

Started by mahbub1833 in LPC200018 years ago 2 replies

Hi, How can I generate .hex file for LPC2294 using IAR workbench? I found several extra output options and 3/4 types of .hex file type....

Hi, How can I generate .hex file for LPC2294 using IAR workbench? I found several extra output options and 3/4 types of .hex file type. But I couldn't download any of those format using "LPC2000 flash utility". What type of .hex file is supported by LPC2294? How would I generate that type using IAR? Thanks in advance.


LPC2129 UART Help Needed

Started by rtos2010 in LPC200014 years ago 5 replies

I'm using the Keil MCB2100 Demo Board. LPC2129, 12MHZ crystal and PLLCFG_Val = 0x00000024 I'm using this UART demo code from " raju_nem ...

I'm using the Keil MCB2100 Demo Board. LPC2129, 12MHZ crystal and PLLCFG_Val = 0x00000024 I'm using this UART demo code from " raju_nem " at the following user group link/ It says "testing" near the code so I;m not sure it is fully working correctly? http://tech.groups.yahoo.com/group/lpc2000/files/LPC2129_UART/


type cast in GCC

Started by weartronics in LPC200018 years ago 3 replies

Dear lpc2000, In the Keil LPC2148 USB examples, EP0 buffer is declared as a byte array BYTE EP0Buf[USB_MAX_PACKET0]; but later it is type...

Dear lpc2000, In the Keil LPC2148 USB examples, EP0 buffer is declared as a byte array BYTE EP0Buf[USB_MAX_PACKET0]; but later it is type cast to the packed word array *((__packed WORD *)EP0Buf) = 0; I don't understand how the pointer EP0Buf would be changed by casting it to the __packed word pointer. Is anyone able to explain the function of the type cast to me so I can write a GCC equi


eeprom in LPC2129 ?

Started by tomi in LPC200014 years ago 7 replies

I want to use flash memory as eeprom in LPC2129, I have code "LPC2000 onchip Flash as EEPROM demo" from NXP. In demo code I have defined...

I want to use flash memory as eeprom in LPC2129, I have code "LPC2000 onchip Flash as EEPROM demo" from NXP. In demo code I have defined first sector for eeprom array in LPC2k_ee.H: #define EE_SEC_L 0 //Flash sector where EEPROM begins (see UM for details) #define EE_SEC_H 1 //Flash sector where EEPROM ends (see UM for details) #define EE_ADDR_L 0x0...


Error message: "Code in HEX file exceeds Flash Limitations!"

Started by crapnuts in LPC200018 years ago 4 replies

subject: "Code in HEX file exceeds Flash Limitations!" My setup: Embedded Workbench 4.0 Kickstart IDE, WindowsXP the target: Embedded Artists...

subject: "Code in HEX file exceeds Flash Limitations!" My setup: Embedded Workbench 4.0 Kickstart IDE, WindowsXP the target: Embedded Artists LPC2103 USB QuickStart Board with QuickStart Prototype Board downloader: Philips LPC2000 Flash Utility V2.2.3 My code: NAME main PUBLIC main COMMON INTVEC:CODE CODE32 B main RSEG IC...


How to setup a second timer interupt callback function?

Started by cyril_dunand in LPC200018 years ago 1 reply

Dear lpc2000 Group, I have setup an interupt fonction with the timer0 of an lpc2124 witch work fine. The callback fonction is use on each...

Dear lpc2000 Group, I have setup an interupt fonction with the timer0 of an lpc2124 witch work fine. The callback fonction is use on each timer0 interupt. When I try to had a second timer interupt callback fonction it doesnt work. Is anybody can help me to solve my error code. The code for init timer0 is: void Init_Timer0(void) { REG(TIMER0_TCR) = 2; REG(TIMER0_PR) =...


Tutorial "ARM Cross Development with Eclipse, Rev 3" Now Available

Started by lynchzilla in LPC200018 years ago 5 replies

Merry Christmas to my friends at The LPC2000 Group and the Open Source world in general. I've just completed the latest revision of my...

Merry Christmas to my friends at The LPC2000 Group and the Open Source world in general. I've just completed the latest revision of my ARM/Eclipse tutorial and it may be downloaded from here: http://www.olimex.com/dev /pdf/ARM%20Cross%20Development%20with% 20Eclipse%20ver



The 2024 Embedded Online Conference