• Simulating code execution in RAM
    Hello! As running code from flash is not so fast I want to run code from RAM. So I took the example that was delivered with the Analog Devices ADuC_Beta702x kit called "FuncRAM". Wenn I let it run on...
  • idata
    Hello, Q1: This is a part of my project code flow explanation. I want to allocate seperate memory location in internal data for the formal parameter local variable - lid. How is it possible using...
  • idata, #pragma, u32/u16
    Hi all, Our code contains: typedef unsigned int g_u16_typ; /* from header file */ typedef unsigned long g_u32_typ; #pragma NOINIT g_u16_typ wdog_e_WDTCON_vor_EINIT; g_u32_typ idata wdog_RAM_Magic;...
  • BSL, execute in External Ram
    Dear all I use C167LM-CS, I want to download the Hex file to external Flash:amd29f400 in BSL. I have to excute a fucation in external Ram. How can I config the Keil to maks the Hex file which can excute...
  • execute program in RAM
    Hi, I work on ST10F168 with Keil V2.38 I have a standart program in flash and i want to load via SCIO a program in external RAM in order to execute it. What the good format can i load in RAM : h86 or...