• A bug report
    keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码)过滤...
  • Bug reports
    Bugs are found in CARM 240 Evaluation version: 1. the bit field in union is not correctly shown in "watch" window struct SDllPDU { uint8 need_ack:1; uint8 media_type:3; uint8 reserved1:2; uint8...
  • Report a BUG
    Under UV3 IDE Compiler GCC331(down load from http://www.keil.com ) MCU = ADuC7026 I define a union like: typedef union _epp_flags { struct _flags { unsigned char timer : 1; unsigned...
  • BUG report
    run code below, look at i,j int i; int j; i=254; j=255; while(1) { i=i++; j=j++; }
  • Bug report.
    Long Integer Multiple Error. Sample Program: Target Setting: MCU is C8051F120F, Use On-chip Arithmetic Accelerator. Source: #include <C8051F120.H> #include <stdio.h> unsigned long Freq; void...