• 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...
  • Bug Reporting
    Is there a defined channel to report abug via EMail or Newsgroup?
  • 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...
  • BUG report
    run code below, look at i,j int i; int j; i=254; j=255; while(1) { i=i++; j=j++; }