• stack overflow on os_sys_init_user
    Hello there, I am having a stack overflow on a cortex-M3, using RL-ARM. I have my memory allocated as follows: main stack size: 1042 bytes (0x0000 0412, configured in startup_stm32f10x_cl.s)...
  • Can you specify using the stack for local variable
    I am using a Cygnal 8051 processor with the Keil compiler. Is there a way to tell the compiler to use the stack for local variables in functions instead of using dedicated memory location ? Thank you...
  • format specifier
    static char x; printf("%d",x); above statement does not work. but following statement work printf("%bd",x); what is differance between format specifier %d and %bd
  • Writing to a specified memory location
    Hi , I am giving a small C program ..this is to find the factorial of a given number. I would like to know how i could write the output value " fact "to a specifed memory location (For example like...
  • no cpu specified dll
    when i am running the code of multi tasking of arm 7 using lpc 2138 controller & when debugging is done " NO CPU DLL SPECIFIED" is appearing kindly help out Thanks in advance