Discussion Title | Created date |
---|---|
Problem with Creating list of random numbers Hello This is my Code: void Shuffle_List (short MP3_Sum, short *PlayList){ short *Available_List; short MP3_Index = MP3_Sum; short i,k,Number=0; PlayList = (short *)... |
Thursday, 29 April 2010 - 10:09 |
FatFS problem with f_write hello guys, This is my code: char text1[] = "\nhello\n testtesttesttesttesttesttesttesttesttesttesttesttest\n"; char Number = 250; f_open(... |
Sunday, 25 April 2010 - 23:04 |
Chan's FatFs 0.07e -->strcmp makes problems Hello I have a mp3-player with this FatFs. After upgrading it to this latest version, my Player doesn't play anymore. The reason is this part: while (((res = f_readdir(... |
Sunday, 27 December 2009 - 02:43 |
scan files with FatFs from Chan Hello On the FatFs-page there is an example for scanfiles-procedure. it receives a "char* path" But what do i have to overgive to this function? My files are on a SD-Card. no... |
Saturday, 12 December 2009 - 15:13 |
SD + Mega32 + VS1001 = no play :( hello I use Chans tinyFFs and it works with my sd-Card. Furthermore, i let the vs1001 do some beeps. But the playroutine doesn't work. It does the for-loop for sending 512 byte... |
Tuesday, 8 December 2009 - 20:52 |
Copying .mp3-file on SD-Card Hello I duplicated a song called "test.mp3" on the SD-Card with this code, using Chans FatFS-Tiny: WORD br, bw; // File R/W count int Index=1; char file[]="test.... |
Saturday, 21 November 2009 - 00:36 |
"Kill" SD-Card to get it reborn :) Hello Somehow i smashed my SD-Card (Reekin 1GB)in my SD-ATMEGA-Circuit. So i can't format it anymore, but it still has 5 mp3-Files on it, that i can access. Panasonic SD-Formater... |
Saturday, 31 October 2009 - 20:09 |