User Activity

I am almost running out of limitations in my STM32L0 MCU as flash is divided into three sections.bootloader+user application+ota firmware. I have implemented a successful OTA at the moment. I am verifying the size of the OTA but I need to know if the...
I am developing a custom bootloader for OTA purposes. I successfully did this under one assumption, that the .bin file is divisible by 4. which means since it is 32 bit even the last part will be inside one full memory cell. Is it correct?
Hi, I learned that when we flash a binary file to flash, we add the vector table with it. I want to know what is actually is a vector table. I am actually working on uploading a .bin file to flash using IAP. verify it and jump to it. let's say while ...
I want to keep 2 application files inside the flash and jump to either using a command. When using the STM32 cubeIDE for development, the .bin file is generated under debug folder. I couldn't find the .hex file though. I want to know what is the meta...
Kudos from