• Image$$-Symbols no longer supported?
    I'm using Keil version 5.11 and 5.14 and in both versions I'm getting a linker erreor message (Undefined Symbol) when I use the region symbols starting with Image$$ (e.g. Image$$RW_IRAM2$$Base). Are...
  • ARM compilers are no longer available
    When I go to this link: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads and try to download, I get this error: <Error> <Code...
  • Time to load Debugger is longer with ULINK2 vs. ULINK
    In my environment when I change between ULINK & ULINK2 I see the following: time to program part: ULINK= 4sec , ULINK2= 10sec. time to enter debugger: ULINK= 17sec, ULINK2= 70sec. Anyone has...
  • Updated to 4.21 now can no longer debug
    Updated to 4.21 last night checked it still compiled the current project which it does however this morning I need to debug on the target like I have been forever but everytime its about to switch over...
  • Interrupts no longer serviced with Code Bank Switching
    I am using a Cygnal C8051F124. It has bank 0 (32KB) from 0x0000-0x7FFF. Banks 0-3 can be viewed from 0x8000-0xFFFF. I am using the example code from Cygnal for the L51_BANK.A51 and STARTUP.A51 (mostly...