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.

RTOS/TDA2PXEVM: Debugging TDA2PX

Part Number: TDA2PXEVM


Tool/software: TI-RTOS

HI,

How to add print messages in bsp_boardTda2xx.c  in function "Int32 Bsp_boardSetPinMuxTda2xx(xx) to check the pinmux function is being called.

I have tried using GT0_trace(BspBoardTrace,GT_DEBUG,"message");  but didnt observed any print messages coming on console.

To check the entry point of the pinmux function we have added break point at" Int32 Bsp_boardSetPinMuxTda2xx(xx) " and checked using jtag interface but it was not hiting the break point. Does that mean this function is not being called. As per document and  reply over community for pinmux part this function is called. 

I required this info for doing pinmux of our custom board .

  

Regards,

Deep