Hi all,I'm a beginner with the STM8 microcontrollers and for my first tests I'm using STVD and Cosmic C compiler.I'm quite familiar with Eclipse and I'd like to use that IDE. Is there anyone experienced in programming and debugging STM8 with Eclipse ...
Posted on March 11, 2018 at 22:22Hi all!I'm looking for a C library for MIDI communication over UART, in order to use standard DIN connectors.I found many topics about MIDI-USB midibut I can't find any library for MIDI using UARTs.Could you please s...
Posted on October 19, 2017 at 20:38
Hi all,
I'm dealing with an I2C memory connected to a STM32F401 MCU and I'd like to check at runtime if the device is ready (or if something is wrong, e.g. with wirings).
I'm trying to use the
HAL_I2C_I...
Posted on October 19, 2017 at 22:37Dear John, thanks for your reply!There is a point that I don't understand: how ACK is detected. If I'm not wrong, the ACK is detected by the master during the ninth SCL clock cycle, just after it has sent the addre...