Compiling STM32F4-Discovery with SD-Card Interface #4033
Replies: 1 comment
-
Posted at 2013-10-05 by @gfwilliams I think it's because it's trying to include an stm32f1 header file. You'll have to edit Personally I wouldn't use SDIO as it's just ore complexity - just stick with normal SPI and follow the circuit from https://github.com/espruino/EspruinoBoard Posted at 2014-02-06 by user6350 In order to recompile the espruino code for the STM32F4 board, as Gordon suggests, you need to :
Attachments: Posted at 2014-02-06 by @gfwilliams Yes, if it's not coming back your best bet is to use the debugger (or to add loads of jsiConsolePrint statements). If you're up for it, the ideal solution would be to use Posted at 2014-02-06 by user6350 It's a long way to Tipperary, but I will succeed at the end. Attachments: Posted at 2014-08-14 by mikewop Hello user6350, Posted at 2014-08-14 by @gfwilliams Yes, you can definitely use it. There's a post from a few days ago where someone used it just fine. Posted at 2014-08-23 by roy.emmerich Here it is: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2013-10-04 by kwittwer
Hi folks,
I'm trying to add the SD-card functionality to the STM32F4-DISCOVERY image.
I changed the File "STM32F4DISCOVERY.py" as follows:
And the "Makefile" :
As Result I get the following errors:
It seems like an include error ... someone an idea how the includsructure works?
Beta Was this translation helpful? Give feedback.
All reactions