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.

TMS470MF066 HDK

Other Parts Discussed in Thread: TMS470MF06607, HALCOGEN

Hi

I am using TMS470MF066 HDK which is having TMS470MF06607 microcontroller.

http://www.ti.com/tool/tmdx470mf066hdk

I am facing problem in configuring the SCI in interrupt base.

I have checked for polling method, it is working. But i want to know the flow of the program in interrupt method.

Where to give the address of interrupt handler function in sys_vim.c file ?

I am attaching the project also, kindly help in finding the problem why it was not working for RX interrupt??

6366.OS_blinky.rar

kindly help in understanding the flow of the program..

thanks

vikas

vikas

  • Hello Vikas,
    Can you be specific what is not working? Are you using HalCoGen to generate the vector table? If you use the HalCoGen then SCI RX interrupt ISR address will be automatically loaded to the VIM RAM during system setup.
  • Hi charles

    Yes i have generated the code from HalCoGen.
    while debugging i have checked with breakpoints, the pointer is not coming to the SCI1HighLevelInterrupt(); function.

    regards
    vikas
  • Hi Vikas,

     Looking at yor HalCoGen setting you didn't enable any SCI interrupts. Below is what I see in your SCI Global settings. You need to enable the interrupts you want so the SCI interrupt request will go to the VIM module.