I wrote code to jump from application to bootloaer in softdevice 7.1.0. It work allright,but other module of the whole program got a trouble like this
got a 0x2A when using iPhone 5s and iPhone 6
So,I'm now trying to use softdevice 6.2.1.
But I found that the softdevice 6.2.1 do not have the api
sd_softdevice_vector_table_base_set
sad news.
I found a sd_softdevice_forward_to_application
but it seems just use for jump from bootloader to application.
Any body got Any advice? Thanks very much.