Tool/software: Code Composer Studio
Hi,
I want to download a hex file from PC to SSI Flash Memory via TM4C1294. The problem here is I always get overflow because the PC keep sending data while the TM4C1294 not have enough time to process the data to save to the SSI flash. I have read about the Software Flow Control but I can't find any example for it.
What I'm doing right now is
PC (C#) sending data ---> TM4C1294 ---> SSI (Flash Memory)
Can anyone give me an example or suggestion how to make this works? I have read the uDMA but it seem still not work if I transfers a data over 2MB.
Thanks,