Hello!
I try to compile a code for a dsPIC33FJ128MC804, the compiler used is the XC16, and MPLABX with ICD3. The code stops with the error:
No source code lines were found at current PC 0x2c8
User program stopped The code is: float x; float y; y=2; x=y..
↧