Hello Khoa
Yes, you can download SW-TM4C and it will take care of all the other packages.
The path of example I mentioned, you have already found. It is not directly workable on ek-tm4c1294xl as the dk-tm4c129x example uses the Touch LCD screen and…
Hello Bode
Yes. It is possible to save data to a sd_card or a Serial Flash memory. The following reference design would be useful to get one in place.
www.ti.com/.../TIDM-TM4C129SDRAMNVM
Regards
Amit
Hello Tony
Please do look at the reference design
www.ti.com/.../TIDM-TM4C129SDRAMNVM
as it has a bare metal code for using the advanced mode (though for a serial flash)
Regards
Amit
Hello John,
The image has to be in an executable region. The sd card is a storage and not executable region, so one way of making it work is to use SDRAM memory connected over EPI and the code+data execution is relocated to SDRAM.
You can refer to the…
Hello Siva Reddy,
TM4C129 Connected LaunchPad with external Memory Boot reference design and software has been uploaded on TI website.
www.ti.com/.../TIDM-TM4C129SDRAMNVM ;tisearch=tidesigns
Regards
Amit
Hello Robert
The EK-TM4C1294 does have a QSSI Flash on board. Hence no direct examples. However the TI Reference Design (link below) uses an add on board (not orderable but can be built by the end user) which has QSSI Flash and example code on how to…
Hello Kim,
How have you configured the SSI Module and the System? Could you please share the initialization code?
Alternatively, you can check the following TI Design which uses SSI to communicate with an external serial flash
www.ti.com/.../TIDM-…
Hello Collin,
There is an example for Advanced mode using Macronix Flash that does perform Advanced, Bi and Quad Mode. Maybe this link would be useful to accelerate your development process.
www.ti.com/.../TIDM-TM4C129SDRAMNVM ;tisearch=tidesigns
R…