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.

which peripheral using there interrupts?

today I am migrating a CCS3.3 project  => CCS4(BIOS6)

here is bios configration build error:

"HWI 4 already in using."

"HWI11"

"HWI12"

"HWI14"...

 

when i config clock tick_source to TIMER_USER, 

the error info "HWI 4" disappear... so I find out the Interrupt 4 is used by Timer.

How about the others?  where can I find such information?

thanks.