Hi guys, I'm working on an application that requires the ability to hot swap SD Cards. I'm using the MDD File System ver 1.2.0. My code is as follows: #include "FSIO.h" void InitialiseBoard(void); void DoRead(void); void main(void) { FSInit(); while (1) D..
↧