User Activity

Hi, I'm trying to connect my STM32F411CEU6 to my laptop by using USB to TTL. The USB to TTL I use is FTDI FT232RL module, and I connect my STM to my FT232RL like these following (FT232RL -> STM32):VCC -> 5VGND -> GNDTX -> PB7RX -> PB6Then, I connect...
Hi, I've been working with my STM32F411CEU6. I connect my STM with BNO055 IMU sensor that use I2C as its communication protocol. Every time I press the reset button, the program should've start from the beginning, but in my case, that doesn't seem to...