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.

Getting started with 8051

Status
Not open for further replies.
internal rom 8051

i think you can use the internal small program memory as a bootloader if you want to use an external FLASH ROM or want to create an emulator.
 

80c42 programming

I'm getting mixed answers about the 8051, cause the datashet says it has 4K of Flash and can address a further 60K external memory, but you all say no, it has no internal Flash.

YES, it's true. 80C51 has no internal flash. The lower 4k that can reside on-chip can't be updated. Those bytes are ROM not Flash.

They are programmed by manufacturer as requested by the customer and according with a special order.
See in attachement a ROM CODE submission for Philips 80C51 where 4kb user ROM data, 64 byte ROM encryption key and ROM security bits are to be specified.

Thus you can use those microcontrollers found in the store only if the external program memory is provided (no matter if it's PROM, EPROM or FLASH)
 

what does it mean 8051

internal ROM of 80C51 can disable if EA=0, so must be external ROM.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top