User Activity

Hi everyone,I'm really new to the whole concept of STM32, and I'm having trouble interfacing with my MPU-9250, which looks like: The Breakout board does not actually do much to the Invensense MPU-9250 chip, only provides some basic power regulation a...
Hi everyone,I have a noob question regarding using "printf" on STM32F4 boards. I found a library made by Shawn Hymel which will let me use the function "printf" to the serial port:https://shawnhymel.com/1873/how-to-use-printf-on-stm32/?unapproved=634...
HI everyone,As an absolute beginner to STM32, I purchased a Nucleo STM32F411 board.I'm currently trying to use an online MPU9250 library I found on the internet through: https://github.com/talhaSr/mpu9250 When I tried to import the header and source ...