Click here to Skip to main content
15,888,610 members
Articles / Programming Languages / C

Integrating FatFs FAT filesystem Module with CH375/CH376 USB Controller

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
3 May 2023CPOL4 min read 3.3K   1  
How to integrate FatFs FAT filesystem module with CH375/CH376 USB controller
The code in this post is adapted from the Ch376msc repository, initializes the CH376 via SPI, and allows to use FatFs to access the USB filesystem by using only the CH376’s sector read/write commands.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Writer
Singapore Singapore
Since 2008, ToughDev has been publishing technical sharing articles on a wide range of topics from software development to electronics design. Our interests include, but are not limited to, Android/iOS programming, VoIP products, embedded design using Arduino/PIC microcontrollers, reverse-engineering, retro-computing, and many others. We also perform product reviews, both on new and vintage products, and share our findings with the community. In addition, our team also develops customized software/hardware solutions highly adapted to suit your needs. Contact us for more information.

Comments and Discussions