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.

Is there any flash mcu (8051 clone) with more than 256B RAM?

Status
Not open for further replies.

mrcube_ns

Advanced Member level 1
Joined
Apr 10, 2002
Messages
452
Helped
48
Reputation
96
Reaction score
34
Trophy points
1,308
Location
Europe
Activity points
3,813
8051 clone RAM?

Is there any flash mcu (8051 clone) with more than 256B of RAM?

Mr.Cube

PS. I use AT89S8252 but sometimes 256 isn't enough.
 

Re: 8051 clone RAM?

Hi mrcube_ns,

You can try Triscend TE520 with his 40kx8 dedicated system RAM (XDATA RAM) but it's not cheap at all.
My favorite is Philips P89C668 (with 8k RAM and 64k flash inside), as excelent quality / price ratio. h**p://www.semiconductors.philips.com/acrobat/datasheets/P89C660_662_664_668_4.pdf
For a full overview go to h**p://www.keil.com/dd/parm_search.asp
and select the parameters.

Alternatively go to **broken link removed**

Regards,
Silvio
 

Re: 8051 clone RAM?

Hi,

You can try Atmel AT89C51RX2, x = A, B, C, D, E.
Also those MCUs provide more features like EEPROM, PCA, 6 clock cycle...
 

Re: 8051 clone RAM?

You could finf what you need from major makers for MCS-51
MCU. However, IDATA area for any MCS-51 is 256 bytes
max. Generally,. the extra SRAM will be accessed by
MOVX @R0 or
MOVX @R1 or
MOVX @DPTR

That is, they are allocated as the external SRAM.

Regards
 

Re: 8051 clone RAM?

I am currently designing with a ST upsd3224 @ 40MHz (8k sram, 256k primary flash, 32k secondary flash, usb).
Price is good - we are paying £3.10 each.

Worth a look.

Regards
NTFreak
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top