• how does keil do the linking of code
    how does keil do the linking of code as in how does he places and links the codes in various classes/userclasses
  • how does keil do the linking of code
    how does keil do the linking of code as in how does he places and links the codes in various classes/userclasses
  • reserving and using a linker section
    Hi all, Linker question. I have section that has a 'max size' but in one build the content is a lot less than 'max size' in another build its very near. I need to ensure the whole section up to...
  • reserving and using a linker section
    Hi all, Linker question. I have section that has a 'max size' but in one build the content is a lot less than 'max size' in another build its very near. I need to ensure the whole section up to...
  • 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...