Forum Discussion
Asifa
New Contributor
11 months 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?