Hi,
Hpw can I use INTC function in SYS/BIOS?
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.
Demon,
What type of information you are looking for?
Have you seen the 'cdoc' documentation for the CpIntc module? You can find this by clicking on the "SYS/BIOS APIs (cdoc) (Indexed and Searchable within CCS/Eclipse Help)" link in the SYS/BIOS release notes, and then navigating to the "ti.sysbios.family.c66.tci66xx.CpIntc" module.
Scott
Hi,
Thank tou for your reply.
If I wanted to used C:\Program Files \Texas Instruments\pdk_C6670_1_0_0_17\packages\ti\csl\example\aif2 example change to BIOS(BIOS_start ()) interrupt, how can I do?
Demon,
I don’t know anything about the “pdk” product you’re referencing. But from the path, it looks like you’re using a CSL-based example. Typically CSL interrupt control mechanisms are incompatible with SYS/BIOS interrupt handling. To convert that example to use SYS/BIOS, you’ll need to remove the CSL interrupt code, and replace with the appropriate SYS/BIOS configuration and code.
Scott
Hi,
Thank you for your reply.
I think must change the Intc_config(void),is right?
But how can I rewrite this Intc_config()?
I would suggest you take a look at the BIOS training here:
http://focus.ti.com/docs/training/catalog/events/event.jhtml?sku=OLT110026
Look at the HW and SW interrupt sections.
Regards,
Travis