cancel
Showing results for 
Search instead for 
Did you mean: 

how to convert GNU toolchain program to keil compiler compatible.

jai23
Associate II
Posted on July 18, 2012 at 15:21

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.

 
20 REPLIES 20
aambreen
Associate II
Posted on November 29, 2012 at 05:43

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