• Keil uVision5
    Hi. I am a beginner in microcontroller programming and new on this forum also. I have a development board EM-STM3210E with STM32F103ZET microcontroller and i try to make a simple project (turn ON a...
  • Run the code from an external flash memory or RAM.
    Hi, Is it possible to run the code from an external flash memory or RAM? We are running out of space in our K60. We don’t want to change the whole processor. So I was wondering if there is a possibility...
  • Setup Startup and main to run only in RAM
    Hi: I am new at programming the ARM device (LPC2194) and the Keil tools. I am writing small programs to learn with but am having no success at getting them to run because I don't have a license from...
  • Run a code from RAM
    I have 32k code and xdata - 32KB size in my design. If i want to place a C function into RAM and execute from the RAM how should i do it?what are all the settings i need to do? whether can it be done...
  • Setup heap on external RAM
    Hi I have a board with external RAM and I'm using it quite well, except that I wrote my own malloc and free, which works fine, but I rather use the malloc and free that comes with standard library...