Forum Discussion
Asifa
New Contributor
1 year agoNIOS ii/e clock frequency differ from real-time running frequency.
I have created a Qsys circuit using Nios II/e, with a clock frequency of 50 MHz. Other peripherals are also connected, as shown in the attached photo. I wrote a program in Eclipse, and when I checked...
Asifa
New Contributor
1 year agoI am working on generating a precise 1 µs timing. Here are the steps I followed:
Here are the steps I followed:
- Made the connections: Nios II/e processor with the clock and other desired components(See attached picture).
- Compiled the project.
- Configured the Pin Planner.
- Recompiled the project.
- Uploaded the .sof file to the FPGA using the Programmer tool.
- Used the .sopcinfo file to write code in Eclipse.
However, when I run the code and check the toggling of the GPIO pins, I am not getting the desired output. I specified a 1 µs toggling of the pin in the program, but I am observing 85 µs instead.
Can you help me resolve this issue?