![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #1 |
|
what is the meaning of In circuit programmable (ISP) flash memory.I found tat one of the uC is equipped with this feature.what can i do with it?is it RAM or ROM? Thanks
__________________ LCY | |
| |
| | #2 |
|
FLASH memory is an alternative ROM to EEPROM. It is usually used as program memory in microcontrollers, although they may also be used for data memory. They are definitely not RAM, though they are reprogrammable. In-circuit programmable is a feature which makes the programming of the FLASH memory very convenient. The flash memory can be programmed while the microcontroller is in its own circuit. The circuit would have to be slightly modified to enable ISP, and the programming pins are pulled out to a socket, where it may be connected to a programmer. | |
| |
| | #3 |
|
thanks for help...so that ISP can provide a very convenient programming way right...emm...how if i want to design something that need to store user's phone number.can i make use of this ISP flash.means writting to it n read it back.... I found a debugger on web...reads51.anyone who used this before...Is it compatible to the chip tat i gonna to use...atmel 89s51 Thanks very much
__________________ LCY | |
| |
| | #4 | |
| Quote:
I don't use Atmel processors, but lots of PIC processors provide various amounts of data EEPROM, usually between 64 bytes to 256 bytes. I would expect the Atmel processors to be similar. | ||
| |
| | #5 |
|
what is MCS 51 language...every microcontroller manufacturer using the same MCS51 language? thanks
__________________ LCY | |
| |
| | #6 |
|
YOu would need external EEPROM to store large amount of data I havent heard of MSC51 before.. but I do know about C 51. It is a C compiler for 8051 family microcontroller | |
| |
|
| Tags |
| flash |
| Thread Tools | |
| Display Modes | |
| |