I'm trying to figure out the mapping of pins from the STM32F407 discovery board to the base board. Does this information exist anywhere? I'm trying to go through some of the example code that is available in order to figure out which pins go where. I'd like to try connecting the discovery board to a breadboard or similar, and use only the pins that are required for things like the LCD extension. I've tested the LCD_35T example code (which works) and i've found a list of pin descriptions inside of element14: User Manual for STM32F4Discovery Expansion Board (table 2-4, section 2.2.4) but I can't tell how these map to the discovery board.
If anyone knows where this information can be found, or a way for me to discover it, that would be great.