STM32WB5MM CPU2 bootup issue if image of CPU1 is relocated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-23 5:02 AM
Hi,
I am using stm32WB5MM, I have bootloader which is located on regular start address 0x8000000.
Bootloader executes image which is located on some other location (location is divisible by 0x400 as required).
For that image I changed linker file and xxx_system.c where I changed location of vector table. And that is working.
I have problem when that image utilizes BLE, in that case device doesn't start advertising. When the same image is executed from regular start address everything is working.
Is there some issue with CPU2 when image is not located on regular start address?
Thanks!
- Labels:
-
Bootloader
-
STM32CubeMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-27 4:47 AM
any help?
