Hi,
I'm writing a custom application based on the simple_peripheral example. I have previously had everything working fine but after some pretty substantial refactoring I'm finding my application crashes with a usage fault in the call to BIOS_start. Stepping through with the debugger I can see this is occurring inside the LL_Init function called via ICall_taskEntry. The problem seems to occur when the function tries to branch to 0x20004400, where there is no data. When I debug to the equivalent point in my previous project there is valid data there. Looking at the map file, I can see that RAM should be full of ble-r2.symbols but there's nothing there. Please could you suggest where I can start to identify why that area is empty?
Thanks,
Hester