2003-11-30 10:13 PM
2003-10-15 01:32 AM
We developed a card with STPC Atlas and SuperIO SMSC FDC37B782.
All the registers are initialized with ''STPC BOOT SOFTWARE'' from ST (without BIOS). The floppy drive doesn't work. We can write correctly all bytes in the sectors and we can also read them but the byte 00h which is read as FFh. Has anyone any suggestion?2003-11-13 09:26 AM
If you have an ISA bus on your card, you can try to find an old combo I/O card like those used in the early AT systems, with hard-wired address decoding, and see if your BIOS works with an old standard chip. Might help.
I plan on using the same chips, but with the General Software BIOS. The old combo I/O trick worked with the Atlasisabd and the Gensw BIOS.2003-11-30 10:13 PM
Hi Felix,
thank you for your answer! We've already worked around our problem putting pull-down resistors instead of pull-up on ISA bus SD0-SD7. This is an accettable solution because in our board we don't have other I/O devices on ISA bus. Regards