Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Nios II has no sleep/idle/wfi instruction?

My software is event driven, the idle time is spent in a loop polling for new entries in a message queue, which get filled in by my ISRs. With other controllers, this is the perfect place for a sl...