Hello Sameer,
In general, you just need to get the SPI interface working and then follow the communication protocol for your NAND flash to read/write data. We have TivaWare examples for general SPI usage in the examples/peripheral/ssi folder. It doesn…
Hi Nithin,
Please take a look at this TI reference design which uses TM4C129 to interface with an external memory via the EPI interface. This is only example we have.
www.ti.com/.../TIDM-TM4C129SDRAMNVM
Hello Giuseppe,
The drivers for external SPI flash are being written and are currently not available in the latest SDK. For the moment I would advise to use the SPI flash as a storage medium with custom format, something on the lines of www.ti.com/.…
SRC said: 1) Does TM4C1294NCPDT have support to integrate SPI based NOR Flash and QSPI based NOR flash? What is the maximum clock speed that can be supported and doe we have any driver support for SPI/QSPI?
There is a TI Design Example that includes using…
Hello Mirco,
If you want to write to external flash then you shouldn't use USB for that but rather use the EPI bus available on your device which is intended for interfacing with external memory like NAND Flash.
We don't have a design specifically…
Part Number: MSP-EXP432E401Y Other Parts Discussed in Thread: TIDM-TM4C129SDRAMNVM , MSP432E401Y
Hi,
i search for Source code / Hardware connection / Demo board for contacting an SD-card with MSP432
is it better to use the legacy SPI Mode or the newer…
Hello Tauan,
We don't have any BoosterPacks or dev-kits for sale with extra SRAM. There is a TI Design for an SDRAM (not SRAM) board which you could get the build files for to have an external SDRAM board manufacturer though: www.ti.com/.../TIDM…
Hello George
I would suggest checking the software for the following TI Design. It uses the Advanced mode for communicating with a serial flash memory and the CS's work as expected.
www.ti.com/.../TIDM-TM4C129SDRAMNVM