cancel
Showing results for 
Search instead for 
Did you mean: 

ICT Mode

clanuchnik
Associate II
Posted on December 08, 2004 at 08:39

ICT Mode

1 REPLY 1
clanuchnik
Associate II
Posted on December 07, 2004 at 12:10

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