If you want to use the RXF and Animation libraries but have not created the Framework libraries already and Animation Libraries, please do so.
| Note | The target interface WSTTarget.c is delivered without an implementation for the system tick interrupt etc. However, you can override the default WSTTarget.c by adding a component file to your Rhapsody model. For details please read the RXFDeployerGuide.pdf and see example implementation as Rhapsody component file in OORTXAnimationDemo.rpy. You can also directly use OORTXAnimationDemo.rpy instead of Blinky.rpy in the following steps to test the target debugging sample model. |
![]() |
![]() |
![]() |
![]() |


| Note | Each Rhapsody model must have a reference to the
Mendelssohn profile and
use the stereotype RXFComponent. This will allow you to use the Tags. You can set them via the Features dialog for your component. Mendelssohn.sbs is installed in <Rhapsody>\Share\WST_RXF_V5\<product>\Config\Profiles\Mendelssohn_Profile_rpy |







| Note | To use the GettingStarted sample project
together with the OORTXAnimationDemo.rpy project, you need to also add
adi_ssl_Init.c to your GettingStarted project. Please don't select to use relative paths, otherwise you might need a WSTDeployerExcludedFiles.txt file in the project directory and a corrected path of the file inside the VDSP++ project. |

| Note | You must add an entry in the Rhapsody Tools menu, which launces the Deployer in Configuration Mode. This allows you to change the path used by the Deployer for your VisulaDSP++ project in case you want to use a different VisualDSP++ project for your Rhapsody project, or in case you moved the VisualDSP++ project. |
| Note | This product is delivered with a WSTProduct.h which activates support for target debugging by defining WST_PMF_ANIMATION, WST_PMF_ANIMATIONOORTX ,WST_ADSP_BF53x_SERIAL_IO and WST_MONITORIO_BYTEBASED. If you want to compile a project without target debugging support, make sure to remove the defines from WSTProduct.h and rebuild CreateRXFLibrary and your application. |