• USB - Ethernet clash on AT91SAM7X
    Hi all, I have an issue here that driver me nuts. I have original evaluation kit from Atmel and I am trying to build an application where I will use both ethernet and USB. I cannot get them both...
  • EEPROM on ISA
    hy!! could somebody help me???? please... I have to read and write in a EEPROM memory(the paralel one) using the ISA bus.... in C language...What should I do??
  • EEPROM on ISA
    if somebody know some electronic things please help me!!! I have an AT28C17 16K EEPROM and I want to read, write, erase, this EEPROM, which is connected to the ISA bus. For address decoding I want to...
  • Interrupt 10 & interrupt 4 clashing?
    Hi! I have the following code: int fnRIIRQ() interrupt 4 { LED = !LED; return; } void Dummy5 (void) interrupt 10 { } main() { while(1); } Looking at the code nothing should...
  • ISP/ISA using 89c66x
    I'd like to be able to envoke the bootrom from my program. After the bootrom has updated the flash to begin exection. Is there a simple way to do that in C?