Skip to content

asimjb1200/Serial_SaveDataToExtMem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SerialFileUpload

Some code I threw together because I needed to transfer some files from my PC to a flash chip via some UART lines.

I used an ATTiny1614 as the MCU and a MX25L1606E as the external memory chip. I used the Serial library's default 64bytes as the size of the chunks to send from my pc to the chip. Once the buffer on the MCU reaches 256 bytes I then write the entire buffer to the memory chip via its page program functionality.

This code is not overly optimized..just something I put together because I needed to and I thought it should be on my profile.

About

Some code I threw together because I needed to transfer some files from my PC to a flash chip via some UART lines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors