• 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...
  • 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...
  • program thinking 019c and 009c are equal
    the code is as follows: the declaration of two global variables: unsigned short int xdata x; unsigned char xdata META_TEDS[MAXINBUFF]; /*MAXINBUFF = 128*/ later in a function I have: for( x...
  • program thinking 019c and 009c are equal
    the code is as follows: the declaration of two global variables: unsigned short int xdata x; unsigned char xdata META_TEDS[MAXINBUFF]; /*MAXINBUFF = 128*/ later in a function I have: for( x...
  • Why is simulator not equal to real life hardware?
    I'm new to embeded C. I've got a Phytec Philips C552 chip and connected a LCD to it. I've made a simple prg to display char or string. Char works perfectly string brings only garbage. When I run the prg...