Question
STM32F411E-DISCO board basics
Posted on August 21, 2016 at 10:36
I was wondering if anyone is able to provide the following:
- A link to the prebuilt existing image as originally supplied with the STM32F411E discovery boards. Preferably as a single file, but failing that clear directions on how to obtain it (eg. download link and specific file to look for). - A link to a set of simple step-by-step known working instructions that can be followed by a small child to flash this image to the STM32F411E board. - A link to a simple minimal example in source code form that blinks a single LED on this board on and off. - A link to a set of simple step-by-step known working instructions that can be followed by a small child to build an image from this source and flash this image to the STM32F411E board. Preferred environment is Linux (arm-none-eabi-gcc, gdb-arm-none-eabi, openocd, and texane stlink installed) given the choice, but at this point I'll do it on an abacus if it is viable.