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++

Real Time

Altera_Forum
Honored Contributor II
891 Views

Is using MicroC/OS the only way to have nios monitor changes to the input states while running? in real time you might say. I'm a noobie thanks

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
247 Views

If I correctly understand what you mean, the answer is no. 

You don't need a OS to monitor inputs (you mean something like PIOs, isn't it?). 

If you want to precisely measure time between input state switching a simple timer and possibly an interrupt, is enough. This would be more more real time than a (supposed) real time OS. 

All depends if your cpu needs to perform other real time tasks.
0 Kudos
Reply