• Why shows debugger incorrect address?
    Hi, I'm using Keil uVision. I need my application to start at address 0x08001000 and not on the flash base address 0x08000000. So I changed the R/O Base address in the Linker window to 0x08001000...
  • ADRP command loading incorrect address.
    Hi Arm experts, I have a load command to load a structure in assembly code as below: adrp x4 , ASM_NAME ( forkx ) This load instruction is not giving the proper address of the structure that i...
  • ADRP command loading incorrect address.
    Hi Arm experts, I have a load command to load a structure in assembly code as below: adrp x4 , ASM_NAME ( forkx ) This load instruction is not giving the proper address of the structure that i...
  • Why shows debugger incorrect address?
    Hi, I'm using Keil uVision. I need my application to start at address 0x08001000 and not on the flash base address 0x08000000. So I changed the R/O Base address in the Linker window to 0x08001000...
  • ISR not called or Jumping to incorrect address
    I am using Keil as development environment for EFM32ZG110F32 controller from silicon labs. This is cortex M0+ core controller. I created project referring getting started manual of Keil and facing issue...