• STR9 Bank switching
    The STR91x.s file in the Blinky-B0B1 example is a good start in getting bank switching working for in-application-programming. But there is a change I had to make in order to restart (jump to 0) a bank...
  • STR9 Bank switching
    The STR91x.s file in the Blinky-B0B1 example is a good start in getting bank switching working for in-application-programming. But there is a change I had to make in order to restart (jump to 0) a bank...
  • STR9 Booting from flash bank1
    Hi I'm trying to get an application to run from flash bank 1 I have followed the instruction in the article http://www.keil.com/support/docs/3347.htm without success I have also tried the example...
  • STR9 Booting from flash bank1
    Hi I'm trying to get an application to run from flash bank 1 I have followed the instruction in the article http://www.keil.com/support/docs/3347.htm without success I have also tried the example...
  • STR9 Writing to flash bank 0
    I am trying to write a simple bootloader that runs from bank 1 and can receive code over the serial port. I have based this on the code example as provided on the ST web site (STR9 In-Application Programming...