Posted on May 17, 2011 at 13:03Hi. I'm trying to get the basic understanding for the FSMC lib and how to use it to control an external SRAM, I’m using the ST firmware lib example (SRAM) on a Keil MCBSTM32E board. I have read the AN2784 and every t...
Posted on May 17, 2011 at 13:02HI. I have a small problem, when I in a loop call I2C_EE_ByteWrite() form the i2c_ee.c file form the M24C08_EEPROM ST example it get stuck at while(!I2C_CheckEvent(I2C1, I2C_EVENT_MASTER_TRANSMITTER_MODE_SELECTED)); My...
Posted on May 17, 2011 at 13:01Hi. I’m making a bootloader and now I’m trying to erase the applications pages in the flash, but when I execute the erase “for loop� I lose the JTAG connection. I’m sorry for the lag of information’s, I hop...
Posted on May 17, 2011 at 12:59Hi. Error located, embarrassed…. FLASH_ProgramWord() is (Address, Data) i had (Data, Address) Best regards Søren P. :-]
Posted on May 17, 2011 at 12:59Hi. I’m trying to write to the flash but every time I try to do a FLASH_ProgramWord(), it ends up in the HardFault_Handler. I'm using the approach that is used in ST’s Write_Portection examples. Code: /* Unlock the...