Content originally posted in LPCWare by c1223 on Fri May 01 09:53:55 MST 2015
Running an Embedded Artists baseboard with an LPC1769 board. I'm currently running a project with FreeRTOS that utilises the OLED, 7-SEG and wav player. I want to increase the file size limit of the my wav file (to about 5MB) and the best way I can see of doing that is by utilising an SD card. From what I've read the FAT SL system is probably my best bet. However, I have no clue where to get started. Presumably I need to interface it with the SPI driver etc.. but I'm not sure where to start.
Is there an easier way to do this? Or are there any project examples?