• BUG report
    run code below, look at i,j int i; int j; i=254; j=255; while(1) { i=i++; j=j++; }
  • 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 Reporting
    Is there a defined channel to report abug via EMail or Newsgroup?
  • A bug report
    keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码)过滤...