Hi,all
We plan to use our own OAD service and BIM .
Our app is based on "simple_peripheral" example,the one without oad feature.
Now we need to add oad feature to this app.
We can not just use the "simple_peripheral_oad_offchip" example ,cause when adding our own code to the project, the total flash size seems exceed of the limit.
I know the BIM is at flash offset=0x1F000,and it is executed by ROM-Bootloader.
My BIM is ported from "simple_peripheral_oad_offchip" example ,and I can get my BIM executed correctly.
But it cannot jump to the app code.
As I mentioned before,our app is based on "simple_peripheral" example,
so the FLASH_START is FLASH_BASE(0x00000000) in cc26xx_app_and_stack.icf .
I use the following code to jump to the app in the BIM:
/*******************/
//The function jumpToPrgEntry is from bim_util.c
jumpToPrgEntry(0x00000000);
/*******************/
It does not work as expected.
Does the address of application entry not correct?
Or should I modify the " cc26xx_app_and_stack.icf " file and what should I do with that ?
Best regards,
Kaifeng.He



