Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

suggest me an arm lpc 2129 simulators...

Status
Not open for further replies.

rangerskm

Full Member level 4
Joined
Jan 23, 2013
Messages
199
Helped
0
Reputation
2
Reaction score
0
Trophy points
1,296
Activity points
2,663
till now i am worked with pic16f877a ,now i am proficient in pic.so i am moving to arm to learn new concepts I am having lpc2129 development board from nskelectronics.

my problem is

1) i am not able find the tutorial for lpc2129.everywhere i am getting for lpc2148..is both are same ??
kindly suggest me references for lpc2129.

2) i am having proteus version 7.7 it doesnt contains lpc2129 simulations.kindly suggest me some good simulators for that board..

thanking you in advance...
 

All variants of the NXP LPC21xx series of ARM microcontroller share the same baseline features as they are all based on the ARM7TDMI-S core, the major differences between these variants is an increase in Flash, RAM, GPIO and the addition of various peripheral hardware modules such as CAN, USB, ADC, Ethernet, etc.

For example, the only difference between the LPC2129 and LPC2124 is presence or lack of the peripheral hardware CAN modules.

Another example, the LPC2114 and LPC2124 differ only in the available amount of Flash.

Therefore, code written for one variant of LPC21xx series should run on another variant of the series as long as the required resources utilized by the code are available on the other variant.

In other words, code utilizing a peripheral hardware CAN module of an LPC2129 with not function on a LPC2124, however code utilizing the peripheral hardware ADC module of the LPC2129 will function as expected on the LPC2124 as both variants have the same ADC module.

Further more, much of the code written explicitly for the LPC2148 will run on another variant of the LPC21xx series with little, if any, modifications, provide the other variant provides the required resources.

Methods of configuring and utilizing most of the baseline features such as GPIO, Timers, UART, ADC, PLL, etc, is typically universal across all members of the LPC21xx series.

I have not used Proteus in quite a while, so my advice in that area is limited.

However, a quick look at the available LPC21xx series in Proteus indicated thirteen possible options, including the LPC2124.

BigDog
 
thanks for the reply .i am having no idea about the memory map in 21xx series .as i am porting from pic to arm ,new to von newmann concept .so please provide me some ideas regarding RAM ,ROM,STACK ,PERIPHERAL memory.

thanks in advance
 

is the pin is same in LPC2129 and LPC2148 ???
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top