User Activity

I'm using Keil (Scatter file, not lnker) and I have a bootloader and a place for two images (one active and other is for the over the air update).i use Cortex M0 processor where there is no Vector Table Offset Register and i used to copy the vector t...
I'm working on Over the Air and I have three components.Bootloader in first two pages (using stm32f09x) and applicaiton and then second application.I'm unable to jump to application from bootloader for a specific reason.I have one linker script, gave...
Hello guys,Please find the question which I asked in stack overflowhttps://stackoverflow.com/questions/74422745/i-cannot-see-the-initialized-variable-value-in-the-flash-when-using-stm32
To give a context:I'm working to implement OTA for an existing project which uses stm32f091xx.And it already contains separate bootloader(0x08000000) and application(0x08001000) with their own vector tables.Currently, when a reset occurs, the bootloa...
I know when we press the reset in keil or when reset happens the PC should start at 0x000...ideally in my projects and flash is remapped to the start address.But for me when I press reset it is going somwhere to 0x1ffff some stupid thing.And I'm unab...