Posted on May 17, 2011 at 13:20Hi, When you work with RIDE7 with GCC you wave it already done. In linker script you have FLASHB1 region that you can use. Code:MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K FLASH (rx) : ORIGIN = 0x8000000, ...
Posted on May 17, 2011 at 13:15You can use battery backup registers to do it. Is this solves the problem? Do you have battery connected in your project?
Posted on May 17, 2011 at 13:13I was trying to write subroutines for reading/writing EEPROM. I was not manage to do that. I do it using I2C interrupts only. Your problem is probably related to the fact that you have to set STOP bit before sending or...