Hi,
I have a design using NIOS2 and everything was okey until I had to extend my NIOS with an additional PIO.
After that, my main.c can't find the new PIO, I deleted the bsp from disk and creadted a new one, nothing helps.
I checked the .scopcinfo file, date and content, yes, new date and new PIO in it.
Is there any (working) description how to deal with a NIOS hardware (peripherals) update?
Thanks a lot for helping.
With best regards
Gerhard
Link Copied
.. so, I copied the section defining the new PIO out of system.h into main.c and it works now. But that isn't very handy.
I also renamed system.h to be sure there is no older version of this file referenced and all references to hardware definitions instantely failed.
I also searched the file system for more copies of system.h, no there.
It is spooky.
For more complete information about compiler optimizations, see our Optimization Notice.