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...
Posted on June 27, 2018 at 14:09What does aliased mean? The same physical memory accessed by two different code addresses?And why is it necessary at all?
Posted on June 22, 2018 at 10:16Looking at the Reference Manual I see that the vector table for this chip starts from 0x00000000.Then I checked the values of these addresses and saw nothing like 0x0800 ....This is the debuggers view of these address...
Posted on June 21, 2018 at 17:11Please see the comment above I edited it. It is basically impossible to have a stack overflow. It may not be linked, but how would I know?
Posted on June 21, 2018 at 16:50Thank you guys for reponding.I troubleshooted the problem and discovered that when I comment one line, the MCU works just fine.This is the code:SysTick->CTRL = SysTick_CTRL_CLKSOURCE_Msk | ...