Hello SL,
Exactly. The expansion header is where the SDRAM board from TIDM-TM4C129XSDRAM is connected and similar can be done for ULPI (USBHS) and external PHY.
On TM4C123x device you can use USB and SD cards as external storage, but a file system will be required. You might be able to connect a serial Flash too.
TM4C129x device has EPI. This allows the addition of external memory. Please refer the following…
I was able to confirm the EPI clock through the ALE. Table 32-41 says this signal should be 1 EPI clock.
The duration is ~17ns or 60MHz with EPIDividerSet(EPI0_BASE, 1);
The duration is ~8ns or 120MHz with EPIDividerSet(EPI0_BASE, 0); //too fast
This…
This is an example of interfacing TM4C194 with external Falsh.
www.ti.com/.../TIDM-TM4C129XSDRAM ;tisearch=tidesigns
In the TIVAWare examples, you can find some ethernet examples.
Thanks and regards,
Zhaohong
Hi
I am trying to get SDRAM board fabricated as given in the details of TI website: http://www.ti.com/tool/TIDM-TM4C129XSDRAM .
I need details like Material(Specify clearly whether High Tg or Normal Tg), Impedance control (Yes/No) with tolerance , Copper…
Hello Ari,
Following is the link
www.ti.com/.../TIDM-TM4C129XSDRAM ;tisearch=tidesigns
BTW: what were the keywords you used to search, so that I can see how I can get the filters to work.
Regards
Amit
Hello Roberto, cb1, Luis, Veikko, BP101,
Thank you all for your kind wishes. Just doing my job and learning alongside all of you (doesn't matter even if you are in school... Luis).
May I invite you to the following link... This is the first of…
There is an example reference here for SDRAM.
http://www.ti.com/tool/TIDM-TM4C129XSDRAM?keyMatch=sdram&tisearch=tidesigns
The description from the link above.
"This reference desing demonstrates how to implement and interface SDRAM Memory to the performance…
Other Parts Discussed in Thread: TM4C129XNCZAD Hi,
I'm looking at the Interfacing SDRAM Memory on High Performance Microcontrollers (TIDM-TM4C129XSDRAM) design guide, and I don't understand why the RFSH value is set as it is.
RFSH is set to a…
Hello Bharath,
Generl-Purpose mode is described in detail in section 11.4.4 of the Datasheet/Technical Reference Manual. Have you had an opportunity to review this information to see if it helps you in your project? Also, you may want to have a look at…