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…
Hello Sajmal
I would suggest going through the bare metal examples for Macronix Flash in the following TI Design.
www.ti.com/.../TIDM-TM4C129SDRAMNVM
Regards
Amit
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-TM4C129SDRAMNVM…
Hello Bruno
The TM4C129x has the advanced mode of operation where 8 bit is the size of the. You can see the example code for the same in the Serial Flash example code in the software of the following reference design.
www.ti.com/.../TIDM-TM4C1…
Hello Simon,
The MSP432E401Y device uses the SPI interface for a SC Card. You may refer to the TIDM-TM4C129SDRAMNVM for suitable connections as per the schematics. It is an equivalent reference design applicable to the MSP-EXP432E401Y LaunchPad.
…
Hello Tiva_Tick53
On the TM4C129x device the sector size is 16KB, so all addresses have to be multiples of 0x4000.
There is a TI design which has a similar software where an image on SD Card is taken and loaded to external SDRAM.
www.ti.com…
Hello Helder
There is no dedicated example for command line without having something else to go along with it.
As an example the following TI reference design has the command line method to boot a device from SDRAM.
www.ti.com/.../TIDM-TM4C…