User Activity

Posted on July 12, 2018 at 18:15#define APPLICATION_START_ADDRESS 0x8008000void flashErase(uint8_t startSector, uint8_t numberOfSectors){    HAL_FLASH_Unlock();   Flash_eraseInitStruct.TypeErase = FLASH_TYPEERASE_SECTORS;    Flash_eraseInitStruct.Vo...
Posted on July 09, 2018 at 13:57Hello All!This is my code:Better see this https://github.com/RadoslavMarinov/transfer/blob/78eadef8c1a6482051c0c091bf3aaddbebfcaf69/main.c for better view!!/* * main.c * * Created on: 4.07.2018 �?³. * Author: Radoslav...
Posted on June 26, 2018 at 14:03I am asking this because when referring to the Reference Manual I see that the vector table resides at addresses 0x0000 0000 to 0x0000 00BC:and the end of the table:But if I go the the linker script file I see that th...
Posted on June 21, 2018 at 10:35Hi All. I am using:IDE: System  WorkbenchBoard: Nucleo L476RGMCU: STM32F031G6U6At first debugging starts without any issues. But then at some point in the program I get the error No source available for '0x1fffedba' I...
Posted on June 18, 2018 at 12:26Hello All.MCU: STM32F031G6U6IDE: System WorkbenchAPI: STM32F0 HAL and low-layer driversI am trying to erase page in the flash memory at address: 0x8002000.Here is the code:https://community.st.com/tags♯/?tags=code‌F...
Kudos from