Posted on May 17, 2011 at 09:59Hello all, OK, for those who ask themselves the same question : you need to generate the .bin file from the .axf file with the fromelf.exe software provided by Keil (if using Keil) or any converter you may choose. In ...
Posted on May 17, 2011 at 09:59Hello all, Device = STR912 I don't understand how it works (JTAG programmation) : the flash size is 512K, and the file ''.axf'' size is 700k ?? As i'm working on a bootloader solution, I'd like to know if some infor...
Posted on May 17, 2011 at 09:59Hello all, I'm using STR9FW44 cpu with Keil compiler (+Keil library for Ethernet, File System and RTOS), and I will soon have to create a bootloader for my application (many customers sites with many products...). Th...
Posted on May 17, 2011 at 09:51Hi, Actually, the problem doesn't exist : when the 'I2C_GenerateStart' function is called, the Start condition is only sent when SCL line is free. So the I2C interface of STR9 does support the clock stretching ; user...
Posted on May 17, 2011 at 09:51Hello everybody, I'm using a slave-chip (DPM7300) with the following I2C protocol : START-SlaveAddress+W-OpCode-N*TxData-ClockStrectching(Time for DPM to manage command)-ReStart-SlaveAddress+R-N*RxData-STOP. The probl...