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.

TMS320F280039C: CLB_HLC_EVENT_SEL Register setting method

Part Number: TMS320F280039C

Hi expert,

I am debugging CLB example  clb_ex3_auxiliary_pwm

And I found it is not every time HLC have INTR instructor that run CLB ISR.

so I check the generated code, and found in clb_config.c

there is 

 

   CLB_configHLCEventSelect(base, TILE1_HLC_EVENT_SEL);

and in clb_config.h, there defines TILE1_HLC_EVENT_SEL 0x3

But I did not found where define this in our CLB tool?

BR

Emma

  • Hi Emma,

    This TILE1_HLC_EVENT_SEL definition is configured in the CLB tool by changing the HLC Event trigger for Events 1-4. In the tool, if you adjust the trigger source, you can see that this definition is continually regenerated.

    Regards,

    Peter