Skip to main content
Visitor II
December 8, 2004
Question

ICT Mode

  • December 8, 2004
  • 1 reply
  • 449 views
Posted on December 08, 2004 at 08:39

ICT Mode

    This topic has been closed for replies.

    1 reply

    Visitor II
    December 7, 2004
    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