2004-12-07 11:39 PM
2004-12-07 03:10 AM
I enter the ICC mode
Then using the write memory command I download a program that swiches I/O pins in RAM Then I set the STACK to the starting address of my downloaded program in RAM Then I sent the command Go My downloaded program just set PORTA and PORTB as push pull outputs and then an infinite loop .loop inc PADR inc PBDR jra loop Should I see all the outputs changing after Go Command executed ? Claudio