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++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Real Time

Altera_Forum
Honored Contributor II
1,120 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
476 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