• Cx51 LIB FUNCTION _chjfloat_ has BUG!
    _chjfloat_ has BUG!Please try this function with the value of 3.41e38 and -3.41e38,the result should be +INF and -INF,but _chkfloat_ dosn't return currect value. I'm using Cx51 V7.0
  • Cx51 lib function "_chjfloat_" has BUG
    _chjfloat_ has BUG!Please try this function with the value of 3.41e38 and -3.41e38,the result should be +INF and -INF,but _chkfloat_ dosn't return currect value.
  • _chjfloat_ has BUG
    _chjfloat_ has BUG!Please try this function with the value of 3.41e38 and -3.41e38,the result should be +INF and -INF,but _chkfloat_ dosn't return currect value.
  • Debugging Error using Cx51
    *** error 65: access violation at C:0x006B : no 'execute/read' permission It's obvious that 0x006B is the vector of my interrupt,that can nor be executed... Due to restrictions of my developing board...
  • CX51 strtoul library routine
    CX51 not support strtoul library routine ! unsigned long x; unsigned char c[]="12345678" x = strtoul (c,NULL,10); returned zero ?