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.

Hwi_setPriority problem.

Other Parts Discussed in Thread: SYSBIOS, TMS570LS20216

Hello,

I know there's a bug in the code that does not update the ROV view correctly (Bug id: SDOCM00083550). It seems that isn't the only problem. The Hwi_setPriority doesn't seem to set the priority specified correctly in the hardware. In fact my interrupt do not comes anymore when I change the priority.

For instance:

 Hwi_setPriority( 3, TMS570::DrvVim::VIM_HET_HIGH + 1 ); //Lower the priority of BIOS tick (a timer) compare to another isr.

Here I'm trying to lower the priority of my timer (clock tick). If I call this function, the timer doesn't work anymore. Same thing for other interrupt in the TMS570. My   VIM_HET_HIGH   doesn't work anymore if I'm trying to raise to 3.

 

Simon

My setup:

sysbios 6.31.4.27, xdc 3.20.8.88, ccs5.1