• C51L.lib not printing correctly
    We are using an Analog Devices ADuC832 device and we have observed that the C51S.lib works well for printing to the serial port under the small memory model. We have not had any luck generating output...
  • __global_reg() don't work correctly
    I declare a global variable: __global_reg(5) pCPUCB_t Cur_CPUCB; Then I assign a value to this variable: Cur_CPUCB = &CPUCB[0]; But a compiler doesn't generate code for this assigments...
  • Access GPIO
    How can I access the GPIO on my BMD 300 (control them using basic methods like pinMode, digitalWrite? Do I need to download a new library to include in the IDE?
  • problem using OTG_FS_VBUS pin like gpio output
    Hi, I´m using pin A9(OTG_FS_VBUS) like GPIO and I have configured it like output. The problem is that when cpu boots it sets pin to high level, after cpu executes my gpio init routine and the pin...
  • cannot display Chinese GB2312 correctly
    I got a source file that, I'm sure about it because I saved it to that encoding with VScode, is encoded in Chinese GB2312. But uVision cannot open it correctly with Chinese GB2312 encoding. How can...