Posted on May 17, 2011 at 09:53 Hi, I have a sofware running in STR9 (STR912FW44XB). I need to install a command system via usb. The mcu receive ascii command and generate action acording to them). I download the DFU_bootloader but i still don't kno...
Posted on May 17, 2011 at 09:49 I already meet this problem. I was working with Ride ver 6.0. As soon as i put the pin in output mode with the command (SCU->GPIOOUT[5] |= 0x5555;)i couln't return it to input mode SCU->GPIOOUT[5] |= 0x0000. I send a ...
Posted on May 17, 2011 at 09:49I still work on my interup software and I have some more info to share. As far as i know, pin of port 5 will be conect to the vic 1.11 port 6 to vic 1.12 port 7 - vic 1.13 and port 3 to vic 1.10. It means that only one...
Posted on May 17, 2011 at 09:49I try to use external pin P5.6 to generate an interup but the interupt never apend. I use REVA board with STR912F MCU I'm working in debug Here my code: #include ''STRx.h'' int delaycnt; int k; void interrupt_handler (...
Posted on May 17, 2011 at 09:49Hi, I finaly pass thrue the interupt process and made it work. This is not an easy way so I try to explain it here. May be this will help another one at his first attemp with the STR9 interupt process. First the doc i...