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.

TDA4VM: Uses of C7x-hostemu for running a test application

Part Number: TDA4VM

1.  I tried running a UDMA example code in C7x core , is it possible to run it using C7x-hostemu since it is defined only in baremetal test application ?
2.  What will be the build command for C7x-hostemu? Below is the command tried for a test app

  • Hi,

    1.  I tried running a UDMA example code in C7x core , is it possible to run it using C7x-hostemu since it is defined only in baremetal test application ?

    You can check the udma_component.mk file for supported cores for above mentioned application, and if that supports c7x-hostemu then you can build it host emulation mode.

    2.  What will be the build command for C7x-hostemu? Below is the command tried for a test app

    Yes, above listed command is correct.