@freemo @lupyuen It makes more sense when I look at an RTOS. It also makes sense why it's in the Privileged category.
A few NOPs exist in RISC-V but it's rather clever that WFI would be used instead of NOP. It should allow time sensitive operations to run as soon as they become ready.
@AmpBenzScientist
No, the whole point of an interrupt is that it isnt a conditional NOP.
@lupyuen