Tagged Questions
2
votes
1answer
744 views
Hardware and software to program AT89S52 chips with linux
Seeing that the ATMEL AT89S52 chips are so cheap (8 usd for 5 with free shipping from ebay!), are supposed to have a simple architecture and a lot of documentation available online, I would like to ...
1
vote
2answers
454 views
Programming nRF24LE1 with the AVRISP
Is it possible to program the nRF24LE1 with an AVRISP mkII? It has an Intel 8051, and I've noticed that AVR also supports this instruction set, so perhaps they already have a compiler in AVR Studio? ...
1
vote
1answer
163 views
Is it possible to simulate ISP loader?
If I want to make ISP loader for 89Sxxxx(8051),can I simulate it by multisim or others before I really build it?
I follow this link:
http://m955.com/wp/archives/142
I found it has a little hard to ...