Why are there inconsistencies in the documentation for configuring TI C6000 code generation?

조회 수: 1 (최근 30일)
I am using the 'Single Rate Application' tutorial for the TI C6000 and the steps listed in the documentation do not match the Configuration Parameters UI. I cannot locate the fields listed in the Documentation.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 6월 27일
This is a bug in the documentation in the way that the steps for code generation are described. Target links now all share the same interface through CCS.
The documentation should read as follows:
1) The two panels you will need in the Configuration Parameters tree are 'Real-time Workshop' and 'Link for CCS' (to check Byte Ordering you'll also need the 'Hardware Implementation' panel).
2) Within these panels, you can set the target file as described in the current doc. There is no longer a 'TI C6000' panel in the tree: this has been replaced functionally by the 'Link for CCS' panel.
3) To set the options for the compiler, you will need to set them using the compiler options command-line strings on the 'Link for CCS' panel. For instance, optimization level should be '-o2' (quotes not needed) and to set verbosity to 'quiet' the string option is '-q'. Any other compiler options you want should also be specified this way.
4) It should be noted that Little Endian is the only byte ordering supported now, and this is set on the 'Hardware Implemenation' panel.
5) For the "Interrupt and overrun notification method", there is no longer a Notify_and_halt option. The options available are Print_message and Call_custom_function.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2007a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by