• 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; }; ...
  • Definition misbehaves?
    The definition 'Parameter_Table' has a starange behavior in my code. Is there an error in this code or a bug in C51? In cases 0x20 and 0x21 this code returns quite different (wrong) values compared...
  • rt_post_taskswitch not present in RTX for Cortex ?
    Hello, I have used "rt_post_taskswitch" on ARM7 type platforms, but I don't see it in RTX 4.70+ for Cortex architecture (I have the sources). Is this intentional or am I missing something?
  • RTX using rt_post_taskswitch
    Hi, Has anyone got to hook rt_post_taskswitch()? I am using Keil and RTX. I want to check the timing of task swithcing (but not from the tasks themselves). Onthis forum I have found out that rt_post_taskswitch...
  • 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...