This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Memory for XC167

First, I'm mostly an analog engineer just now getting into microcontroller design. I'll be using the XC167 and am have trouble finding external memory. I have 12MB of external memory area and am therefore looking for 12MB of memory. Ive been looking for synchronous DRAM but can only find 64MB and greater.
Does anybody have recommendations for external memory?

Parents
  • I refer to my earlier post about managing software engineers... The original question was about memory ICs for a 16 bit controller? I recently used a 128kx32 SRAM from IDT(can be used as x16), you might check their catalog. I too have a hat that says hardware on it and I follow the general rule of laying out the PCB to provide all the memory the CPU can use and then populating during assembly as desired. That is unless the application specifically calls for less than the maximum( say rev3 going to production..)
    Good luck.

Reply
  • I refer to my earlier post about managing software engineers... The original question was about memory ICs for a 16 bit controller? I recently used a 128kx32 SRAM from IDT(can be used as x16), you might check their catalog. I too have a hat that says hardware on it and I follow the general rule of laying out the PCB to provide all the memory the CPU can use and then populating during assembly as desired. That is unless the application specifically calls for less than the maximum( say rev3 going to production..)
    Good luck.

Children