Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIsp1362
Hello everybody ! Does anybody manage to make the isp1362 run under uCLinux with the OTG port configure as un host port? I'm working on Cyclone3 board FPGA ALTERA DEV board. I have took th...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Question : How the Nios manage the data transfert to the isp ? they are not on the same clock domain : the isp is 12 MHz and my Nios is 120MHz ? --- Quote End --- The NIOS example design uses several clock domains on the Avalon bus. This is said to speed up the design greatly. You can use an Avalon bus bridge to cross a clock domain. The avalon bus at the other site of the bridge will be connected to the I/O pins with a standard appropriate bus I/O or with your own Avalon slave design. -Michael