User Activity

Hello everye one, i have a customized bootloader and firmware, i need pass som argument from the first one to the last one, in both project, at linker scripr file i have the following:MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 12K ...
Hello everyone once again, i am trying to split the main flash memory (just by using the .ld file) to put in each one a specific code (bootloader, DFU, app), i did what you can see in the image below, but i am not sure why the DFU and FLASH sections ...
Hello guys, i am using the code below (input capture mode, timer 3) because i need measure the high and low pulses, but i am not sure how to know which edge generate the interrupt, i have configured the timer with both edges, but in the interrupt cod...
Hello everyone, i've been coding a bootloader for STM32L072 MCU's, i can download the binary file and write it into FLASH memory from specific address, all this process works, but at the time to jump to the code to be executed, it doesn't work...i ch...
Hello folk, i hope you fine, i am using the STM32L072, i need erase FLASH memory from 0x08008000 up to the end, i read in the datasheet that every sector has 4Kb and every page has 128 bytes, i have the following: FLASH_EraseInitTypeDef borrat;   ...