• Boot and run blinky example in bank1
    Used target = MCB-STR9 + µVision3.50 from Keil. I tried to build the blinky example to boot and run in flash bank 1. In the "STR910 Flash with CFG", I changed, using the configuration wizard following...
  • STR9 128K Bank1 ICP Programming problem
    I have been trying to boot from bank 1 of an STR9 I have used the following example as a test case http://www.keil.com/support/docs/3347.htm this programs fine on condition it targets a STR9...
  • STR912. Executing from bank1
    We use Keil uVision V3.50 (MDK 3.04) and ULINK device; development board MCBSTR9 vers.2 with STR912 MCU. As the new version of MDK has a new feature for ULINK to program additional flash areas (UP...
  • OTP Reading wrong data in case of booting from bank1
    I am using MCBSTR9 board with uVision3. We have programmed MAC address in the OTP, OTP is read correctly if controller is boots from bank0. If controller boots from bank1 OTP is read wrongly...
  • running code in bank1 at 0x80000
    I am writing a bootloader for str912. Booting from secondary bank, dowwnloading code and writing to primary flash is OK. But when I remap (from within my bootloader) and want to jump to the code I wrote...