Posted on May 17, 2011 at 13:16Hi, it seems that I have found an error in the I2C eeprom example: ... void EE_BufferWrite(u8* pBuffer, u16 WriteAddr, u16 NumByteToWrite) { u8 NumOfPage = 0, NumOfSingle = 0, Addr = 0, count = 0; Addr = WriteAddr % EE...
Posted on May 17, 2011 at 13:16... please have a look at the other subject with the same name ... this item here can be removed ![ This message was edited by: pt1 on 30-06-2009 16:34 ]
Posted on May 17, 2011 at 13:11Hi STOne-32, you wrote 2007 that you will soon have a tool for downloading firmware via the boot loader located the system memory of the STM32F10x. I want to use the USART1. Do you have the tool already? I can't find i...
Posted on May 17, 2011 at 13:11Dear poor suffering software developer ;) the problem described under subject appears in a bootloader (iap) application. The bootloader should start and send a start message to a terminal programm. The message never ap...