Forum Discussion
Altera_Forum
Honored Contributor
16 years agoRequest_Region
Hi, I'm trying to write an interrupt driver. I have seen that many drivers inside init_function appeared a function like "request_reg_region". I have read some documentation about the function ...
Altera_Forum
Honored Contributor
16 years agoYou should never directly access hardware registers. The new NIOS Linux distribution is able to use the MMU and thus any (driver-) software should be done in a portable way.
-Michael