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.

NMI_ISR() Error

Other Parts Discussed in Thread: CONTROLSUITE

Hello All,

While working on F28021 MCU Card,  when i called for delay function  DELAY_US(ADC_usDELAY); for the certain iterative cycles, In debugger mode, after making run-to-line, it got stopped, showing 

Can't find a source file at "C:/controlsuite_gitorious_dev/device_support/f2802x/version/f2802x_common/source/F2802x_DefaultIsr.c"
Locate the file or edit the source lookup path to include its location.

Before calling delay function it was working fine, after calling delay, i got this.

If anyone can elaborate this to me, help will be appreciated.

Thanks

Vivek 

  • Hi Vivek!

    "After this" yet does not mean "because of this". Nonetheless generally macro DELAY_US is defined into ti\controlSUITE\device_support\f2802x\v210\f2802x_common\include\F2802x_Examples.h. And parameter ADC_usDELAY is defined into ti\controlSUITE\device_support\f2802x\v210\f2802x_common\source\F2802x_Adc.c. But debugger can't find source code file F2802x_DefaultIsr.c. I would recommend you to check all above files are included to your project. Or try just to define full path to F2802x_DefaultIsr.c for debugger.

    Regards,

    Igor