Hi rfrazer.
I've others questions about Port Ref Platform file.
1)Eventhought all files are ok, projects,SOPC's, programmer too, Nios II gives me some problems after Build
Project.So i'couldn't try your program yet
2 error: `OC_I2C_MASTER_0_BASE' undeclared (first use in this function)
referred to ------->IOWR_OC_I2C_MASTER_CTR(I2C_BASE, 0x00);
2 error: `OC_I2C_MASTER_0_BASE' undeclared (first use in this function)
temp = IORD_OC_I2C_MASTER_SR(I2C_BASE);
Every files on your folders have been imported in Nios II
2) I tried to use your blocks in my project, in particular camera_dma and camera_if.
Every files on your folders have been imported in SOPC Builder,so these components are available.
I merely placed these blocks and i followed what was written on you pdf files for Avalon Slave and Master. Connections are right BUT there'is a conflict on addresses.
camera_dma_0\pixel_reader: cannot access camera_if_0\avalon_fifo_slave at base address 0x3211124.Allowed range is 0x0 to 0xF
camera_dma_0\sync_master:cannot access camera_if_0\avalon_control_slave at base addresses 0x3211120.Allowed range is 0x0 to 0xF.
I've tried to use Auto assignements addresses and IRQs but the problem still remain.
How can i do??
Thank you
Paolo