• 'rt_post_taskswitch' misbehaves?
    Hello, For your information: I have found that 'rt_post_taskswitch' is not invoked every task switch when using round-robin scheduling - only if tasks physically give up their time slice (by waiting...
  • misbehaving struct
    hi, I have a program which is divided into 4 banks each of 32KBytes... Now in the common area(main.c) i have delared a struct as following.. main.c struct foo { float a; char b; }; ...
  • Nichelite TCP Stack misbehaving in network
    Dear all, I took two MCB2300 keil boards, loaded them with nichelite's TCP stack (keil ported version Downloaded from NXP site), and after that, set IPs to both them 199.199.50.66 and 199.199...
  • definition of terminologies
    1. what is the difference between symbol A and ACC used for accumulator. 2. when i use (in assembly)PUSH A, i get error. PUSH ACC does not give me error. 3. in the debug environment i do not understand...
  • Strange Definition
    Moving a project from IAR EW8051 to Keil PK51 because I have a restricted set of IAR tools and I have full set of Keil tools. In many places in the code there is a construct such as for(uint8 i=0;...