Posted on October 25, 2005 at 02:18Hello!! The problem was solved. The only thing i did was download the new version of the ST7VD and taking the program to the root c:\. It is something i don't understand. Then with the ST7VD 3.1 the ports didn't wo...
Posted on October 20, 2005 at 16:57Thanks a lot, EtaPhi I have done the same you wrote, my main program do the next: .main call port_init loop jra loop .port_init LD A,#$FF LD PADDR,A LD PAOR,A LD PADR,A ret but running the program don't set ...
Posted on October 19, 2005 at 21:29Hello! I'm working with a ST72F324 MCU. I want to set a port like an output (PA4). When programming in C, I do the next: PADDR=0xFF; PAOR=0xFF; PADR=0xFF; and the led in this port is set, but when programming in as...
Posted on August 23, 2005 at 00:17Hello!!! Please answer to me, I need your help to solve this problem. I have intented like you suggested to me. First I configured with ICP OPT Disable and External source and programmed the MCU, then I coneccted th...
Posted on August 22, 2005 at 21:40Hello!!! Please answer me, I need your help to solve this problem. I have intented like you sugested to me. First I configured with ICP OPT Disable and External source and programmed the MCU, then I coneccted the Mo...