modified mbed-src to overclock K64F MCU to run at 128.125MHz, for running the UART at 8Mbps, call SystemCoreClockUpdate() at the beginning of your code to re-calculate the SystemCoreClock

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Wed May 14 14:00:07 2014 +0100
Parent:
188:e2558dbb5ee5
Child:
190:bde2479eef9e
Commit message:
Synchronized with git revision 6923b21563ef9befaf521b88e122d3b84e40c445

Full URL: https://github.com/mbedmicro/mbed/commit/6923b21563ef9befaf521b88e122d3b84e40c445/

[NUCLEO_F302R8] Correct the pin used for the LEDx definitions

Changed in this revision

targets/hal/TARGET_STM/TARGET_NUCLEO_F302R8/PinNames.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_F302R8/PinNames.h	Wed May 14 13:45:06 2014 +0100
+++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_F302R8/PinNames.h	Wed May 14 14:00:07 2014 +0100
@@ -138,10 +138,10 @@
     D15         = PB_8,
 
     // Generic signals namings
-    LED1        = PA_5,
-    LED2        = PA_5,
-    LED3        = PA_5,
-    LED4        = PA_5,
+    LED1        = PB_13,
+    LED2        = PB_13,
+    LED3        = PB_13,
+    LED4        = PB_13,
     USER_BUTTON = PC_13,
     SERIAL_TX   = PA_2,
     SERIAL_RX   = PA_3,