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: How to operate a pin with TIMER function?

Part Number: TDA4VM

Hi,

After I define a PIN with TIMER function, how can I operate this pin? For example, how to generate a waveform on this pin? 

I want to know how to implement in PDK and Yocto projects respectively? Are there any examples?

For example, the definition of this pin is as follows:

static pinmuxPerCfg_t gTimer2PinCfg[] =
{
/* MAIN_TIMER2 -> TIMER_IO2 -> AD23 */
{
PIN_PRG1_PRU1_GPO3, PIN_MODE(14) | \
((PIN_PULL_DISABLE | PIN_INPUT_ENABLE) & (~PIN_PULL_DIRECTION))
},
{PINMUX_END}
};

BR,

Jordon