Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).
hi all i want to use serial eeprom programming mode for 5416 what part number do you recommend for serial eeprom ---------------------------------------------------------- ___________________________________________________________ New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the Yahoo! Mail Championships. Plus: play games and win prizes. http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk
M Ragers- > i want to use serial eeprom programming mode for 5416 > what part number do you recommend for serial eeprom Various Atmel, ST Microelectronics, Microchip, or Spansion devices would work (make sure it's a NOR Flash device). But I don't think a large amount of serial Flash EEPROM is common in DSP designs. Why? A) Often times there is a general purpose MCU or CPU of some type in the design, so it can boot the DSP via serial boot. B) The DSP may need non-volatile storage, and serial access to the Flash device is slow, especially on writes. If you look at the various TI EVM And DSK boards, they all have parallel NOR Flash connected to the DSP. So that says something. -Jeff