Altera_Forum
Honored Contributor
15 years agoCombining Assembly and C
Hi,
I am very new to Hardware Programming, and I am using the NIOS II processor to identify the frequency of a sound that is input into the DE1 Board. My question is, is it possible to combine NIOS II Assembly and C in one project using the NIOS II 10.0 IDE Software. More specifically I would like to do the FFT in C and store the result in memory. Then using Assembly I would like to retrieve the value from memory and output that result to the HEX display. If it is possible, is there any documentation that explains how to do that? Thanks