• My DK51 (v7.01) behaves like an evaluation version.
    I met problem when using DK51 (version 7.01)with ADuc831 microconverter. My developers kit behave like an evaluation version. I have installed an evaluation version before, and removed it when installing...
  • My DK51 (v7.01) behaves like an evaluation version.
    I met problem when using DK51 (version 7.01)with ADuc831 microconverter. My developers kit behave like an evaluation version. I have installed an evaluation version before, and removed it when installing...
  • sprintf() function behaving strange...
    Hi, I'm using uVision IDE V4.53.0.0 and the sprintf() function behaves strange... my piece of code: _disable_irq(); len = sprintf((char*)myBuf,"%+2.2fV %+1.3fA",9.13788,-0.004069); _enable_irq...
  • sprintf() function behaving strange...
    Hi, I'm using uVision IDE V4.53.0.0 and the sprintf() function behaves strange... my piece of code: _disable_irq(); len = sprintf((char*)myBuf,"%+2.2fV %+1.3fA",9.13788,-0.004069); _enable_irq...
  • SPI1 seems to behave strange?
    Hi, I'm using the STM32F103ZET6 uC on the MCBSTM32E board. Our company is developing a PCB with two of those uC on it communicating with each other through SPI. As the PCB is not developed yet I...