|
Re: MPLAB Variable Simulator?
what you actually need to do is define the macro "_SIMULATOR" - hence the #ifndef lines around that particular loop. there are certain parts of the code that will get stuck without that macro defined. just go into the mplab project settings window and look for where you can define preprocessor macros, and add _SIMULATOR to the list.
|