Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 10 months ago.
error this not compile for board FRDM-K64F.
I'm trying for days but not compile this project for frdm-k64f. mbed error all time I try . I need help. please
other sd card project not work in board too.
Question relating to:
1 Answer
9 years, 10 months ago.
Hi Walter,
I managed to get the program compiling for the K64F. I had to update a few of the libraries that were included with it. I also had to make changes to the pins at the top of the main file, so be sure to change those in your circuit. You can find out more about the pin layouts on the platform page here: http://developer.mbed.org/platforms/FRDM-K64F/.
I haven't tested this, so let me know how it goes! You can import the program from my fork here: http://developer.mbed.org/users/bridadan/code/WAVEplayer_fix/
All the best, Brian