• uVision Eclipse Plugin Typo
    Not to be completely anal, but this typo drives me wonky. Connected to uVision UVSC: V2.23 UVSOCK: V2.23 Flash download... Erase: ................................. Done Program: ...........
  • Typo in I2C_STM32F4xx.c (I2C Driver for ST STM32F4xx)
    case ARM_I2C_BUS_SPEED: pclk = HAL_RCC_GetPCLK1Freq(); switch (arg) { case ARM_I2C_BUS_SPEED_STANDARD: /* Clock = 100kHz, Rise Time = 1000ns */ if (pclk > 50000000U) { return ARM_DRIVER_ERROR_UNSUPPORTED;...
  • Cx51 compiler
    What is and how to fix "FALTAL ERROR L236: ADDRESS IS NOT IN ASCENDING ORDER"?
  • Manual
    Please send me the Software development manual for the N79E352 controller.
  • C++ interface with Cx51 simulator
    Is it possible to connect an external C++ code (which does not run on 8051) with a 8051 C code ? Is it possible to access the memory space of a 8051 C code, running on the simulator, from an external...