Hello everybody,
we are currently evaluating the AM3359 mcu to integrate it into an existing application that use a Xilinx FPGA for a printing application. We have a beaglebone available for testing.
Basically we need to transfer large amount of data (a sort of framebuffer) from the mcu that create and manage it, to the fpga that "consumes" the data using it. (transferring to printheads). The point is the speed of this transfer: we have a requisite to transfer to AT LEAST 10 Mbyte/s.
We initially thought to an spi, but reading the tech manual, we realized it can't manage that speed. Protocol is not important at this stage.
So we thought about a 16bit wide Parallel Port to be implemented using the LIDD controller on the MCU.
What is not fully clear to me is, the LIDD controller can work independently from the raster controller, that compose together the LCD interface?
Anyone has already done this before?
Any example on this subject?
Thanks for help,
Alex