C for PICmicros 16 series - /* Ex 3.7 Working polished game
Posted: Fri Apr 13, 2012 11:35 am
I have been working my way through the "C for PICmicros 16 series course". I am using Eblocks Multi-programmer.
I successfully got through the first two lessons and also have had some success with lesson 3 "Follow The Leader" and I managed to get this program(/* Ex 3.7 Working polished game */) working properly initially.
However something seems to have changed in my setup that is now preventing me from moving forward.
When I now run the original program provided (/* Ex 3.7 Working polished game */) by Matrix it does not behave as it did in the past or as it should.
I have checked all my setup cables, settings, software and have even tried an alternative PIC, erased the PIC in case that was the issue but to no avail.
When I run the prog now it starts by lighting (PORTA) Led 0,then turns it off, then LED 1 and LED 3 light.e
This isn't even the starting sequence for the prog which should be:
/* Display a starting pattern */
porta = 0x0a;
delay( 40000 );
porta = 0x15;
delay( 40000 );
I'd really appreciate ideas on how I might resolve this
tks
Noel
I successfully got through the first two lessons and also have had some success with lesson 3 "Follow The Leader" and I managed to get this program(/* Ex 3.7 Working polished game */) working properly initially.
However something seems to have changed in my setup that is now preventing me from moving forward.
When I now run the original program provided (/* Ex 3.7 Working polished game */) by Matrix it does not behave as it did in the past or as it should.
I have checked all my setup cables, settings, software and have even tried an alternative PIC, erased the PIC in case that was the issue but to no avail.
When I run the prog now it starts by lighting (PORTA) Led 0,then turns it off, then LED 1 and LED 3 light.e
This isn't even the starting sequence for the prog which should be:
/* Display a starting pattern */
porta = 0x0a;
delay( 40000 );
porta = 0x15;
delay( 40000 );
I'd really appreciate ideas on how I might resolve this
tks
Noel