Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

how to handle the uart

Altera_Forum
Honored Contributor II
1,100 Views

if i can handle the uart under OS-II like under unix? 

the MicroC/OS-II support all the system function like open, read ,write, tcgetattr, tcsetattr, and the struct termios, etc.?
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
331 Views

MicroC/OS-II does not support the UART directly. 

 

But the Nios II port of MicroC/OS-II includes the HAL library which does provide UART support using the unix like functions you mention. Please see the documentation for more details.
0 Kudos
Altera_Forum
Honored Contributor II
331 Views

how to handle sram and flash?e.g:write data to an address(i know exactly where it is) of sram . 

thank you!
0 Kudos
Reply