D
derek
Guest
Hi,
Recently I have a MCU design problem. I have designed a electronic
device which can communicate with computer by ethernet to retrieve
data. And I want to include character ROM so that it can display
native characters. However, I have calculated the ROM size requirement
is about 2M bytes.
So the ROM must transfer data to the MCU serially as there are not so
many free pins at MCU side. For such a large ROM size with serial
interface I found only flash memory such as MMC card can do that.
However, because it is flash memory I need to read a minimum of one
sector which is 256 bytes for each character. This made the display
slow.
Actually I have thought to retrieve the font by the ethernet. However,
the menu cannot display correctly during offline and this brings a lot
of other problems.
Do anyone think another solution for me?
Thanks!
Recently I have a MCU design problem. I have designed a electronic
device which can communicate with computer by ethernet to retrieve
data. And I want to include character ROM so that it can display
native characters. However, I have calculated the ROM size requirement
is about 2M bytes.
So the ROM must transfer data to the MCU serially as there are not so
many free pins at MCU side. For such a large ROM size with serial
interface I found only flash memory such as MMC card can do that.
However, because it is flash memory I need to read a minimum of one
sector which is 256 bytes for each character. This made the display
slow.
Actually I have thought to retrieve the font by the ethernet. However,
the menu cannot display correctly during offline and this brings a lot
of other problems.
Do anyone think another solution for me?
Thanks!