• 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' 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...
  • 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...
  • Global variables and local variables misbehaving in KEIL uvision 5 when using with STMCUBEMX
    Hi, I am working on STM32F407 discovery board . I am using STMCUBEMX for using the HAL drivers. It is working fine. I am working on ADC to read the battery voltage . I have used STMCUBEMX for creating...
  • sprintf && struct
    Hi All, I have following struct: struct timedate{ unsigned char sec; // 00 to 59 unsigned char min; // 00 to 59 unsigned char hrs; // 00 to 23 unsigned char date; // 01 to 31 unsigned char...