Hi! I'm trying to glue together my board (TTP1100, almost like DB1100) with a compact flash card and I'm already pretty far, but the interrupt-controlled ATA driver still doesn't work. The problem seems to be that the CF generates such short pulses on the IREQ line that they are simply missed. However, some facts first: 1. If I configure the connected GPIO for edge sensitivity (rising or falling doesn't matter) and issue an ATA command to the CF, I see the interrupt. 2. If I configure for level sensitivity and issue ATA commands, I see no interrupts. Using a logic analyzer, I saw that the generated impulses are ~600ns long, which is not too short usually. 3. If I remove the CF card, configure for level sensitivity and pull the pin to ground, I see an interrupt. I'm currently a bit out of ideas what to try, if any of you have another idea where I could look I'm open for it. Another thing I was wondering about is the boot message that it's "Assuming 50MHz system bus speed". Can/should I specify this differently? thanks Uli