##// END OF EJS Templates
Changed UART speed from 38400 to 115200 bauds
jeandet -
r74:7053a75ef0a5 Next draft
parent child
Show More
@@ -250,7 +250,7 typedef struct ring_node
250
250
251 #define APBUART_CTRL_REG_MASK_TE 0x00000002
251 #define APBUART_CTRL_REG_MASK_TE 0x00000002
252 // scaler value = system_clock_frequency / ( baud_rate * 8 ) - 1
252 // scaler value = system_clock_frequency / ( baud_rate * 8 ) - 1
253 #define APBUART_SCALER_RELOAD_VALUE 0x00000050 // 25 MHz => about 38400
253 #define APBUART_SCALER_RELOAD_VALUE 0x0000001B // 25 MHz => about 115200
254
254
255 //**********
255 //**********
256 // IRQ LINES
256 // IRQ LINES
General Comments 0
You need to be logged in to leave comments. Login now