Altera_Forum
Honored Contributor
14 years agoNewbie - direction prod needed
Hi,
Firstly, please excuse my lack of knowledge in this area... I have been playing around with some CPLD's and FPGA's and have done some basic logic designs which work well. Now i want to design somethign a little more complex but am a little overwhelmed with my selections and was hoping someone might be able to give me some pointers I would like to create a FPGA device which: A) Has 2 UART's (both 1200baud) B) Has a SPI Slave interface C) Has an internal FIFO for the UART D) Is memory mapped via the SPI Slave interface Now, i havent done anything with any kind of memory yes so am a little hazy on the individual components needed. I have found the memory mapped slave interface, and the UART, and the internal memory components I would like the UARTS to recieve data and store it in the fifo memory or main memory in a way i can collect it from the SPI port I would like to write to the SPI port the data i want to transmit via the UARTS I am having some issues getting this all in the QSys designer, and maybe do not fully understand the abilities of each component Am i able to get the memory mapped SPI slave to this autimatically using just addresses or will i need to implement DMA, so i create some UART fifos, and DMA the data to the SPI memory mapped area? Could i do this job without a Nios core? so it all just clocks away like a logic circuit? Is there a similar example available anywhere which i might be able to adapt? and lastly, how do i know what product is best suited for this kind of design? I currently have a MAX EPM7128 dev board but i dont think it will support these IP blocks, could someone suggest a minimum alternative? Many thanks for any help, Billy