??? 06/25/07 12:37 Read: times |
#141218 - Wrong question! Responding to: ???'s previous message |
Rwiju Pal said:
im new to mc By "mc" I presume you mean "microcontroller"? It's always best to write these things out in full, at least the first time - don't just assume that people will automatically recognise your abbreviations! so i have some basic question for u guys. and SMS abbreviations like 'u'" should be avoided altogether. i would like to know that wen i am burning a mc then what do we programme the rom or the ram. For an 8051, you need to load your executable image into the CODE space - whether that is physically implemented as ROM or RAM depends upon your particular target hardware. (in most cases, it will usually be ROM or PROM of some sort). how do i use the flash ram of the mc What is "flash ram"? "Flash" is a type of electrically eraseable PROM; "RAM" is usually taken to mean read/write memory - such as SRAM (in 8051 contexts) or DRAM (more generally). So, "flash ram" would be a contradiction in terms - perhaps you mean "Flash ROM" (or "Flash PROM")...? How you use the specific features of a particular chip depends upon the chip in question! See the Datasheet, and other supporting materials on the manufacturer's website for details. why do i need to use the flash ram What do you want to use it for? Who said you need to use it? we already have a ram So use it, then! For a basic introduction to the 8051 see the FAQs and Tutorials on this site, and the so-called "bible" for the 8051: Chapter 1 - 80C51 Family Architecture: http://www.nxp.com/acrobat_d...ARCH_1.pdf Chapter 2 - 80C51 Family Programmer’s Guide and Instruction Set: http://www.nxp.com/acrobat_d...UIDE_1.pdf Chapter 3 - 80C51 Family Hardware Description: http://www.nxp.com/acrobat_d...WARE_1.pdf And check-out these book lists: http://www.keil.com/books/8051books.asp http://www.8052.com/books.phtml |
Topic | Author | Date |
basics of c programming for mc | 01/01/70 00:00 | |
Wrong question! | 01/01/70 00:00 | |
None of which is specific to 'C'...! | 01/01/70 00:00 | |
futher detail of programming microcontroller | 01/01/70 00:00 | |
Flash | 01/01/70 00:00 | |
Further uses of Flash EPROM![]() | 01/01/70 00:00 |