2012-07-18 06:21 AM
I am currently working on a project in which i have to interface SD card with STM32f100RB.
I did the same with 8bit PIC microcontroller using Application Library provided by Microchip.for STM32 i get a FATFs module named Chan Application Module modified by Martin Thomas But this code is tested for Gcc Toolchain . I am using Keil compiler. This code is not building with Keil compiler.Please help me in converting the code in Keil compiler compatible.Thanks in advance.2012-11-28 08:43 PM
In
audio playback and record project
I have made changes in disk level functions to make them work for SD card....now program can access SD card and save file on it but mic part isn't working now Can anyone please tell me the steps to take input from mic because in this project usb functions and wave recorder functions are interlinked. Mic stops working when i remove USB functions