Part Number: TDA2PXEVM
Tool/software: Code Composer Studio
Hey,
I´ve been trying to setup the tda2px as described in the userguide, where I stumbled over some issues concerning the EVEs. When loading the binaries on the EVEs, they automatically start running and thus disabling the terminal output for UART. This issue was described in another thread before and according to that thread it would be solved if you exclude the IPU2 from build.
I tried this but it did not solve the problem.
Only after changing the GEL file TDA2px_multicore_reset from
#define VISION_SDK_CONFIG 0
to
#define VISION_SDK_CONFIG 1
everything works out fine, even with IPU2 included.
Can you please explain what is that define doing and why it results in the described problem?
This info should also be included in the tda2px userguide, since nothing of the above is mentioned there.
Best regards,
Nico