• Runing code in RAM using XC2000
    Hello, I'm working on XC2000, I'd like to run code in RAM. could you please tell me how can I do it. there's any application note for that. Thank you for your help
  • How to compute the excuting frequency of  the instruction when the process is runing on ARM core?
    Note: This was originally posted on 10th September 2012 at http://forums.arm.com Hi, I want to analysis the excuting frequency of  some instructions when the process runing on the ARM core. The tool PIN...
  • os_initialized has already equaled to 1
    hi, in rt_CMSIS.c, os_initialized is defined in it uint8_t os_initialized; // Kernel Initialized flag when exectures osKernelInitialize(), this function called svcKernelInitialize(), the os_initialized...
  • error A10: ATTEMPT TO DEFINE AN ALREADY DEFINED SYMBOL
    Build target 'Target 1' assembling STARTUP.ASM... 89C51RE2.H(17): error A10: ATTEMPT TO DEFINE AN ALREADY DEFINED SYMBOL This is line 17 in the header file /* BYTE Register */ Sfr (P0 , 0x80...
  • error A10:ATTEMPT TO DEFINE AN ALREADY DEFINED SYSMBOL
    Hi All, I have the following code for a AT89s8252. When I compile it it gives more than 10 errors... #include <REG52.h> org 0000h mov a,#0ffh end