BuFran c28350f242 FIX: u{8,16,32} -> uint{8,16,32}_t to be compatible with new library
The use of u8, u16, u32 has been deprecated in libopencm3.
Update it with standard uint8_t, uint16_t, uint32_t types
2013-10-05 12:23:23 +08:00
..
2013-06-17 15:53:32 +12:00

Find a description how to modify a Discovery Board to use it's Stlink as
black magic debug at
http://embdev.net/articles/STM_Discovery_as_Black_Magic_Probe

Differences between V1/V2

                V1                V2
ID Pins PC13/14 unconnected       PC 13 pulled low
LED STLINK      PA8, active High  PA9, Dual Led
MCO Out         NA                PA8
RESET(Target)   T_JRST(PB1)       NRST (PB0)