- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a project that is based off DFU_BLE_Upgradable_Stack (CE220960), and I have made a few adjustments to make the the projects to work with PDL v3.1.5. I am having a lot of weird issues with BLE, so I am trying to understand everything going on in the example to see if there is anything else needed to change. Are all the function referenced in the BLE_coreX_shared.s file generated by the post build .bat script in App1 supposed to be 1 byte off from their addresses defined in the .map file?
- Labels:
-
PSoC 6 MCU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @joshm ,
Could you please share the files(BLE_coreX_shared.s, .map file) which you are referring?
Thanks,
P Yugandhar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the BLE_coreX_shared.s files and the map files for App1 and App2 of DFU_BLE_Upgradable_Stack example. The addresses in the .s file are 1 byte greater than the addresses in the .map file. I don't understand exactly how the .s file is used, so maybe this is ok, but it doesn't seem right.