This demo project is better to create one HWI instant and one HWI_plug and demo how to write Raw ISR.
Thanks!
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.
This demo project is better to create one HWI instant and one HWI_plug and demo how to write Raw ISR.
Thanks!
Decai,
Check out the following link to see an example that demonstrates how to take an example application found within controlSUITE and incorporate SYS/BIOS.
http://processors.wiki.ti.com/index.php/SYS/BIOS_and_controlSUITE_ADC_Example
Hi!
In fact,I install ControlSuite in my CCS5.3 and I cannot find this examples in SYS BIOS directory.
I think raw ISR can be declared by Interrupt Key word and use HWI_PLUG binding this ISR to PIEVECT.
decai wang said:Hi!
In fact,I install ControlSuite in my CCS5.3 and I cannot find this examples in SYS BIOS directory.
I think raw ISR can be declared by Interrupt Key word and use HWI_PLUG binding this ISR to PIEVECT.
Decai,
The example David is referring to is at this URL:
http://processors.wiki.ti.com/index.php/SYS/BIOS_and_controlSUITE_ADC_Example
-Lori
Sorry, this link is no exist. I mean how to write raw ISR in SYS BIOS? how to register ISR callback into PIEVECT?