Hey,
How can I set the entry point for the code on the ezdsp. I've been looking at the FFT demo example, but I can't figure out where it is set up.
Thx
Ruan
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hey,
How can I set the entry point for the code on the ezdsp. I've been looking at the FFT demo example, but I can't figure out where it is set up.
Thx
Ruan
Hi,
You can set entry point at CCS4.
1. Right click on the mouse selecting your project in C/C++ projects pane.
2. Select Build properties.
3. Select C5500 Linker --> Symbol Management
4. Find (--entry_point, -e)
5. Give entry function name.
Regards,
Hyun