Forum Discussion
Altera_Forum
Honored Contributor
16 years agook,
I'm always on my robotic project. We need to load maps and photos in the robot by plugging a USB Key. At the beginning I would use a FTDI chip for controlling the USB, but in my school we have a lot of Phillips ISP1581 so I didn't have the choice... The datas and the addresses are multiplexed on this chip. The datasheet is here if you need it : visit my website (http://pdfdata.datasheetsite.com/pdf1/philips/isp1581.pdf) I need from nios to write and read in registers of this chip. For example the scratch register which is located at the address 0x78. I cannot use PIOs, my teacher doesn't want because they aren't enough fast. Do you have an idea ? Thank you