RTEMS 6.1-rc5
|
Full RTEMS port to the Milkymist One. Supports Milkymist SoC 1.0.x.
Includes drivers for:
For more information: http://www.milkymist.org/
Initialization:
set the CSR_UART_DIVISOR to the correct VALUE, depending on the internal frequency of the LatticeMico32 softcore. for the ML401 board, this value is calculated using this formula : clk_frequency/230400/16 clk_frequency = 100000000 Hz => we must set CSR_UART_DIVISOR to 27
How to send a byte to uart :
How to receive a byte from uart :