This issue has been resolved by me as follows:Before jumping:Pause any tasks registered with sequencer especially CFG_TASK_SYSTEM_HCI_ASYNCH_EVT_IDThen call SHCI_C2_Reinit()This will de-init BLE and it can be re-init with different services in other ...
Sorry for jumping in, I have similar issue in a different scenario that when I jump from bootloader at 0x08000000 to application binary at 0x08024000, BLE advertisement does not work.Both bootloader and application use BLE with different services.It ...
Details:The bootloader binary has BLE stack initialized with generated code and also user app used BLE stack as well with different GAP profile.The function APPE_SysUserEvtRx is not called after jump from bootloader to user app binary.Here is the jum...