Posted on May 17, 2011 at 09:39Hi folks, Befor you doing anything with the STR9 read the errata, read the errata, read the errata,.... During reprogramming, the RCLK must be lower than 50MHz or the copying routine has to be placed into RAM. Why in t...
Posted on May 17, 2011 at 09:39Hi, I try to reprogramm bank 0 (256kB) from bank 1. Stepping the code the programm works well, running after reset the breakpoint an the end of the BOOT_vLoader never reached. What could be wrong with my code: void BOO...
Posted on May 17, 2011 at 09:39Hi, I try to use the I2C interface of the STR912 in slave mode. The communication in the slave receiver mode looks like o.k. But the slave transmitter mode generate errors. The STR9 documentation describe the slave tra...
Posted on May 17, 2011 at 09:33Hi, At the moment I sent my last message I found that I use the VIC1_VA2R register twice. Actually, it was not a copy and past error, it was really wrong in my code. Because of that, the UART wouldn't work with the I2C...
Posted on May 17, 2011 at 09:33Hi, As I wrote, I thought I have fixed the problem. Using two independend spurious ISR with updating the hardware logic at VIC0 and VIC1 looks like the solution I need. But, adding the I2C0 to VIC1 (UART2 was still in ...