camerart
Well-Known Member
hi C,
Downloaded your [AAC] Conversation Basic Program.
Set Define to RUN in Oshonsoft IDE, also added BREAK and PORTA.2 [ manual input] to simulate a Match state.
Look at this image and add the two lines marked TEST ONLY [ don't forget Define SIMULATION_WAITMS_VALUE = 1]
Run the program, then using the hardware UART enter A123E090 for example into the UART Send window.
The program will Run to the BREAK, click PORTA.2 High on the PIC view image.
This will simulate a Match, then on the Sim Rate click Ultimate and the program will Run again.
Note the of the possible 32 STACK depth locations the Stack never goes over location 4, so the STRVEN is not a problem.
E
Hi Eric,
Works as you suggest. (After a bit of mental juggling)
Ok, regarding STRVEN, I could see that in the sim.
Does this help to tell us why the PICs aren't working?
Camerart.