Hi Every body
i am working on project : JPEG core on FPGA Probably i will use NiosII development kit with STRATIX board and i will iterface the JPEG core with the NiosII as a new component so is this feasible? please give some suggest and help tanks链接已复制
Hi BadOmen.
Another question for you. If i try to use the whole Portable Reference Platform project, and with Pin Planner i change the connections for placing camera's pins right and get free the ones of camera not used, will be ok? http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/ph34r.gif As you said,camera C3088 has it's own frequency source. So, if i exclude clock supplied from CPU to camera and i keep only camera one, could function? Obviously C program will be different and will be considered the diffrence between camera models Many thanks PaoloI'm not too familiar with that platform (yet) but that interface would use general purpose I/O so as long as you relocate the pins to other general purpose I/O you should be fine. I think if you use Pin Planner in Quartus you will be notified if you move the I/O to an invalid I/O location. Before you do this check the schematic for the board to make sure the PCB wouldn't cause you problems by moving the camera interface.
My icon boiled down to Charlie Brown or Vic the Rattlehead.... somehow Charlie won.Hi again.
Yes,at the moment both relocate camera and the system himself it seems ok. Camera is placed where i want and not used pins of camera are been get free for avoiding wrong logic levels. Now it's time to create main C. Should i ask you some advices for C program? Lot of register are used..so,it's quite easy that i will lost myself. Thank you again. PaoloHi guys.
Is there someone who could say me some explanations about DMA block inside Portable Reference Platform? For example,i need to transmit frames in CIF/QCIF mode.How could i use this ready made SOPC block? And another question. What is vga_16_irq_controller usefull for?Many thanks PaoloHi BadOmen.Sorry for another contact, but i really need some hurry advices for creating my project for thesis.
Well, do you think that using dma Altera block in SOPC, is it possible to have a good transfer? At the moment i'm using an interface for external camera with a FIFO inside(all in VHDL).Then i've thought that DMA is the right way for transfer. If i set the DMA interrupt so that it will create an interrupt when a number of byte (for example as much as is a CIF frame) arrive,should it function? Have you some examples or suggests from your experience? thank youFor software advice my best recommendations would be to go through the software development tutorial that's supplied with the tools and also try out various software examples available from within the IDE. That'll cover a good mix of simple to medium level software development. Since you'll be doing some board interfacing, the software example "board_diag" would be a good one to see how to communicate to peripherals.
The vga controller that you are looking at I believe is a master peripheral that you tell it where your frame buffer is located and it fetches the frame out of memory and displays it to the screen. This means you need to have VGA display hardware such as a Lancelot card (search the forum to find out more about that). You might be able to find other video examples in this forum under the IP section. Unfortunately I haven't had the opportunity to look into the portable reference design much so hopefully someone else will have more information to provide you. I believe that the hardware is setup for CIF video, however, I'm not sure if QCIF is easily supported (i.e. you may need to make modifications).