I'm in the process of learning to program the STM32F4 on a discovery board. It has been frustrating to get a toolchain going to say the least. I have the necessary utilities to program and debug the board (st-link, arm-none-eabi), have established communication with the board, and loaded the blinky example.
First of all, I have a Mac and I already know that limits me as far as support goes. Mbed also doesn't support this board very well. All I want is to get the bare minimum source files I need and learn to program this board from scratch. By that I mean I'd like to download the STM cube firmware files and extract the minimum source files I need to access all the different parts of the chip and board (registers, pins, etc.). Is this possible?