Bootload from SD card to sector 0, and jump to sector 24 where new firmware resides

Dependencies:   FatFS mbed

Fork of Panel-Controller-Bootloader by Emma

Revision:
0:c3a652eff606
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/usart.h	Tue Apr 21 09:30:11 2015 +0000
@@ -0,0 +1,11 @@
+#ifndef USART_H_
+#define USART_H_
+
+#include "stm32f10x.h"
+#include "stm32f10x_usart.h" 
+
+void USART_Initialise(void);
+void USART_SendString(char* message);
+unsigned char USART_ReadByteSync(USART_TypeDef *USARTx);
+
+#endif
\ No newline at end of file