• Initialisation of stack pointer
    How do I initialise the stack pointer location to a memory location 0x80 instead of the default memory location. Also how do i set the stack pointer to point to xdata locations. I have tried to set...
  • microlib and RTX
    Sorry if my question is very simple... But is it possible to use microlib together with RTX (Cortex M0) ? I have read some of the doc about the microlib, but I'm not totally sure of the answer to my...
  • microlib option
    Hello Everyone, I am using Use Microlib option in keil uvision4 for my project due to this Error: L6218E: Undefined symbol time (referred from main.o) When i search it on Google i came to know that...
  • Relocate the MicroLIB
    Dear All, I'm using LPC11U14 with Keil. In the project setting, I enabled the "Use MicroLIB" option. I review the map file after compiled and noted that the MicroLIB code are put after my application...
  • Startup Code Microlib - Stack heap initialization
    Hi, I am trying to understand STM32F4-Discovery startup code that is added automatically to Keil project. i.e. github.com/.../startup_stm32f407xx.s I am using Keil MDK v5. Everything is...