How do I upload code on an STM32F427IIHx micro-controller?
Hello,
I am part of a robotics club and they use these STM32F427IIHx micro-controller boards. They originally used arduinos which I enjoyed because the IDE was Mac-friendly yet they switched over the the STM32 boards. I followed the tutorials and got eclipse downloaded, along with the whole C/C++ packages. I followed this ((http://www.openstm32.org/Getting%2Bstarted%2Bwith%2BSystem%2BWorkbench%2Bfor%2BSTM32|tutorial)) and precisely followed everything down to the “Configure a project” section.
My goal is really simple. I want to make an LED blink using the STM board, but I am a bit inexperienced with computers, and I have a Mac which kinda complicates things. I’m a bit confused on where to go from here to get that LED to blink. I’ve created a project where the MCU is set to the STM board I need. So what now?
Thank you.