• 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...
  • 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...
  • 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...