Posted on May 17, 2011 at 09:46Hi all, Does anybody use the ST library in a C++ environment? I use the Keil compiler, but the ST lib seems no to be C++ compatible. Kind regards Luc
Posted on May 17, 2011 at 09:44Hi, Thank you for response. I did already change the baudrate settings to the correct settings. There were 2 problems, one problem on the PIC-side. After solving this problem it still didn't work. As I sead in an earli...
Posted on May 17, 2011 at 09:44Hi all, I have an application where a STR912 communicates with a PIC controller using CAN bus. The STR912 sends data to the PIC controller. when I configure the STR CAN device in testmode with loopback enabled (not sil...
Posted on May 17, 2011 at 09:43Hi, A STR912 device is connected via I2C to a pic controller. The STR912 asks 4 bytes over I2C. When I use a non interrupt driven communication, it works OK. When I use interrupt driven communication, after receiving t...
Posted on May 17, 2011 at 09:43Hi, I want to read 4 bytes from a I2C device using interrupts. After reading 4 bytes, I get continue an I2C interrupt with no event flag set (I2C_Getlastevent(I2C0) = 0). Any idea ? Kind regards Luc Vercruysse Source c...