Dear Champs
When I finished the connection of blocks in C6EZflo, can I modify the code which created by C6EZflo?
Can I modify the c code or assembly code generated by C6EZflo?
Thanks for your comment.
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.
Jefferey,
It's definitely possible to hand-edit the code generated by C6EZFlo. After code generation, you should see 3 source files appear in your CCS project. These files are named after the label of your framework block:
These files combine to form your overall DSP application. The "main" file contains the code to setup DSP/BIOS, "threads" contains the processing loops to implement all of your processing threads, and "blocks" contains the functions and structs that implement all of the individual blocks in your system diagram. For more information, I recommend checking out the help page titled "Understanding the Generated Source Code." You can find this by opening CCS help (Help->Help Contents) and navigating to the C6Flo category.
Hope this helps.