I'm currently working on the Altera DE0 board with the QuartusII Web Edition software. I need to use a nios processor on Qsys to display a shifted signal from a GPIO pin on my board. The input signal would be a clock signal from an external source. The problem is that I have no idea how I can write a program in C (on the Eclipse IDE) for diplaying a delayed clock on an oscilloscope. My Qsys design looks like that Image1 => Qsys Design and here the Eclipse IDE where I have to write my C program Image2 => Eclipse IDE Please help me ! thank you very much in advance for the replies
1
There are 1 answers
Related Questions in C
- How to call a C language function from x86 assembly code?
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- How to crop a BMP image in half using C
- How can I get the difference in minutes between two dates and hours?
- Why will this code compile although it defines two variables with the same name?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Why can't I use the file pointer after the first read attempt fails?
- #include Header files in C with definition too
- OpenCV2 on CLion
- What is causing the store latency in this program?
- How to refer to the filepath of test data in test sourcecode?
- 9 Digit Addresses in Hexadecimal System in MacOS
- My server TCP doesn't receive messages from the client in C
- Printing the characters obtained from the array s using printf?
Related Questions in INTEL-FPGA
- Verilog module always going to default case when assigning value to input
- weird error happened when ran fpga program
- Assistance Needed: Trouble Running Bare-Metal Code on second core in Cyclone V SoC
- What is "strictly control signal" and Why is its input unconstrained?
- Error (10170): Verilog HDL syntax error (59) near text: "posedge"; expecting an operand
- How to add IP Libraries to Questa with Cocotb?
- Fibonacci LFSR using the Altera Megafunction LPM_SHIFTREG - how to initialise? [VHDL]
- ModelSim Issue - Discrepancy of Data Output Results from ModelSim versus Altera's VWF Editor
- Analyzing synchronizer MTBF in Quartus
- Getting both lines to work on DE2-115 LCD screen
- dpcc code for fpga emulation using jupyter notebooks
- How to read data from FPGA on HPS side
- Timing diagram of convst. signal of ADC (ads8556)
- Error: object on left-hand side of assignment must have a net type
- CLOCK_DEDICATED_ROUTE error in creating an RS latch
Related Questions in NIOS
- Nios 2 subroutine keeps running after return
- How to set and use a random number in launch.json
- niosii processor Altera C program
- jmpi instruction in NIOS
- Add two numbers using nioss2 processor in FPGA
- Getting an "Type alt_up_character_lcd_dev could not be resolved" error
- Communication between FPGA and Aria V HPS?
- Assembly's function parameter
- Problem with using division operator in Quartus using VHDL
- Running NIOS2 on QEMU
- How can you do a full range memory test on an SRAM test on the SRAM your application is using?
- NIOS II IDE unsuably slow
- Declaration does not declare anything C++ error
- Intel MAX10 I2C doesn't send any signals. how can i fix it?
- Use example of Intel University program in Intel Quartus - problem with Board support package?
Related Questions in QSYS
- VHDL 2nd Ring Oscillator Using External Clock,
- niosii processor Altera C program
- Communication between FPGA and Aria V HPS?
- How do I get my returned data to format through a structure?
- How to implement a watchdog timer on a Cyclone II FPGA in quartus ii
- Two master components controlling same slave (address assignation), Intel Quartus Prime Platform Designer (Qsys)
- Enumerating objects in all libraries inside QSYS.LIB
- How to enable SD card with Nios II MMU and Linux 4.9
- looking for Altera HPS to FPGA custom component integrations guideline using Qsys
- Changing a Qsys design to run latest version of uClinux
- I want to implement a circuit in my DE1-SOC based on the SDRAM, where should I start? (I already finished a part)
- How do I generates SPI core in Qsys?
- Access violation while compiling (synthesis step) in Quartus II with Qsys System
- fork join algorithm on fpga
- Can QSys recurse through custom component, to generate IP?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
start with the system.h file to know which base_address is assigned to each peripherial, then you can use pointers to directly access the GPIO or use the IORD/IOWR functions.