Other Parts Discussed in Thread: TMS320DM6467
First, let me start by saying that I am just a student working on senior design project with absolutely no experience with DSP hardware. So if I sound like a complete noobie please bear with me.
Our project is to design a circuit that is capable of real-time HD video (up to 1080p) compression using h.264 codec and stream it over 100 Mbps ethernet link. After crazy sleepless hours of reasearch, it appears TMS320DM6467 will be the processor of choice. Can somebody please comment on our choice of processor?
Now to the more technicial question. We have started putting the circuit schematics together (oh boy!) and have decided to utilize 2 NAND flash chips; one for booting the DSP and the other for storage of codec algorithms.
From what we understand, we can use the same bus for the NAND I/Os, same line for the Ready/Busy (R/B#) signal, but different chip enable (CE) lines on the processor. The question now is do we have to use different pins on the processor for each NAND when connecting the CLE, ALE, WE#, and RE# lines to the processor? For example, can the CLE's or the ALE's of each NAND be tied together?
Also regarding, the R/B# signal, I read somewhere on another forum that it is better to use different GPIOs in order to be able to determine which NAND is busy. Any thoughts?
Thanks