• Memory sections in MDK-ARM
    Hello all, How does the MDK-ARM decide where to put a variable? Let me put an example: Variables such as unsigned short s; unsigned int a[2]; are located in .data, but a bigger array...
  • STM32: Viewing flash memory contents
    Hello folks, I wish to view the contents of flash memory on STM32L471 (1MB ROM) MCU using Keil ULINK2 debugger (uVision IDE v5.20.0.0), but when I do so the memory viewer (in Debug mode) displays...
  • In App Programming STM32 problem with Image linking
    Hi, There Two programs Program A and B; Prog A is the Application Image Prog B suppost be bootload program Flow chart here: i67.tinypic.com/6o397a.png Code for Prog A is here: /* Includes...
  • Sections
    Hello, I am trying to convert a project from uVision 1 (C166 V3.11) to uVision 2 (C166 V4.20). After importing the old project and building it, I get linker errors L110:CANNOT FIND SECTION OR REGBANK...
  • Loading multiple executables on the STM32 flash memory
    Hi, I have a couple of executables [ while(1) {...} loop programs within a main() function ] generated ( hex or bin or s19 ; for simplicity lets say hex ) and I want to allocate each hex file at...