Posted on May 17, 2011 at 09:59Hi all, I'm implementing on STR91 I2C communication with an I2C EEPROM. The initialisation was done and I can send addresses and data to EEPROM but only in 7-bit Master transmitter/receiver mode. Now I would like to us...
Posted on January 15, 2007 at 06:45Hello, I'm using STR712 with GNU-Compiler, so I don't use the standard library. Heere is the code that works in my project. // send one Data Word BSPI1->TXR = uwDataV; // wait until TFIFO is empty while(!(BSPIx->CS...
Posted on July 26, 2006 at 09:17Hi All, I use IAR ARM7/ARM9 starter kit with STR712FR2 MCU. Have anyone files (startup, linker) for STR712FR2 to compile with GNU GCC compiler? Perhaps you have an example project with Makefile, which you could give m...