Forum Discussion
ShengN_altera
Super Contributor
3 years agoHi,
Need a system timer in your SOPC project.
- In SOPC builder, you'll find the timer in the library: Peripherals > Interval timer
- Set a timeout period of 10ms and select the Simple periodic interrupt preset.
- Then regenerate your SOPC system and recompile Quartus project.
- Make sure that the system clock inside OS_CFG.h file points to 10ms timing.
- I don't remember if the bsp settings are automatically adjusted. If not you may need to update them and select the timer you just created as system timer before recompiling the software.
Best Regards,
Sheng
p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution and give Kudos.
- ntahoturi59223 years ago
New Contributor
I tried the solution but I got into different issue. Maybe there is issue in my design that i am not aware of. I attached a photo of my platform designer picture of the system. Is there something I am missing?