• dual boot bank
    I am using stm32L151VE. I want to compile a code to run from bank 1 OR bank 2 without using compiler position independent code. Is it possible to compile to address 0x0 and manipulate the hex file so...
  • Access violation at Boot Bank Address
    When stepping through an application we are getting an error 65: access violation at 0x008000 no write permission. This is the memory location for the Boot Bank Base Address (NBBABR). Can anyone explain...
  • How to change the boot bank for STR9
    From what I can tell the only way to change the boot bank for the STR9 is to use ST Micro's CAPS software and a cable they provide. Is there a way to do this with Keil's IDE and ULINK, now or in the...
  • ARM9 Boot- Booting AT91SAM9263 from NOR-Flash
    Hi, i use a AT91SAM9263 and i will boot it from nor-flash. At boot time i must switch the master clock at a higher frequency. This switch can’t be performed from NOR flash, as the access timings to...
  • Can not boot from the AT91SAM7x256
    I use the ULINK to debug the troubles why the code can not work in AT91SAM7x256. The following is my memory mapping. In the target environments, the ROM address and SRAM address are set to 0x0010-0000...