Posted on May 17, 2011 at 09:49Hello all, After a couple of days of rest I took up the flash erase problem. I noticed that only one sector is erased and programmed. When trying to erase it manually in the debugger, the sector protected bit was set i...
Posted on May 17, 2011 at 09:49Hello all, I ''finished'' writing a bootloader for our hardware till I noticed following problem: When running the software in debug mode, the SW on bank 1 (= the boot bank at address 0) erases bank 0 (the non boot ban...
Posted on May 17, 2011 at 09:49Hello Jim06, I noticed the same problem using the I2C0 peripheral. With constants generated by the CAPS, I2C faild to work. So I modified the constants myself in the software (see below) resulting in a good working I2C...
Posted on May 17, 2011 at 09:47 hsa_jak, Did you find a solution for this problem? I'm using the same configuration but the startupcode from the bootloader (boot bank = bank1) AND from the main program (bank 0) doesn't update the other mode...
Posted on May 17, 2011 at 09:46Hi again, I finally solved my problem. I started a couple of days ago with the communication with our I2C IO chip. There I needed to read one byte back to read the inputs. After done that, I had the same problem with t...