Hello, I am trying to implement my own custom bootloader in the nRF52811. I have the softdevice loaded, which then jumps to address 0x19000. This is where I put my bootloader. Once the bootloader is complete it jumps to my application located at 0x1b000. Everything in my my main application works fine, except for the ble. I suspect the ble does not know that the interrupt vector table has been moved using SCB->VTOR =0x1b000 (this was required for my main app). How can I get the ble stack to operate correctly under this condition
Any help will be greatly appreciated
thanks
Jeff