Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDE0: Nios 2 with custom logic and PIO.
Hi, I'm just getting started with the DE0-board. (Cyclone III). My goal is to have a Nios 2 soft core processor together with UART. I also want the Nios processor to act master on the avalon bus c...
Altera_Forum
Honored Contributor
15 years agoThe timestamp mismatch means that the SOPC project that is configured inside the FPGA isn't the same than the one your software was compiled for. Be sure to accomplish the following tasks, in that order:
- Generate the system from SOPC builder, save and quit SOPC builder
- Compile the design in Quartus
- Program the FPGA with the compiled project
- Compile your system library (old IDE) or regenerate your BSP (new IDE)
- Compile your software
- Download your software