??? 04/04/06 18:41 Read: times |
#113622 - AVR - not ARM Responding to: ???'s previous message |
Jesus Martinez said:
... Amtel AT Tiny 11 microcontroller and programmer, but this micro is a ARM type ... Actually, it's an AVR - not an ARM Does anyone know of 8051 type 8 pin micro... Try Philips P89LPC90x Series: Philips said:
The P89LPC90x family are 8-pin single-chip microcontrollers designed for applications demanding high-integration, low cost solutions over a wide range of performance requirements. Many system-level functions have been incorporated into this family in order to reduce component count, board space and system cost.
http://www.semiconductors.philips.com/products/...index.html ... and how to program Do you mean how to load a program into its code memory, or how to write the program (source code)? The former will be answered in the datasheet; the latter will be require standard 8051 software development tools. |