Hi Steve,
Do you mean the boards manager? it is STM32F1xx/GD32F1xx board by stm32duino, version 2020.12.26.
I'm using STM32F103C8
I have tested out with solely the IMU and displaying in the serial monitor, the same happens.
Search found 4 matches
- Thu Feb 25, 2021 1:21 pm
- Forum: General discussion
- Topic: I2C timeout for STM32F103C8
- Replies: 4
- Views: 99
- Thu Feb 25, 2021 1:02 pm
- Forum: General discussion
- Topic: I2C timeout for STM32F103C8
- Replies: 4
- Views: 99
I2C timeout for STM32F103C8
Hi there, I'm working on a project with a connection with an IMU through I2C (25Hz, Wire set to 100000), it however, always hangs. The stays stable longer if I lower the speed. The reason I suspend it is the IMU is that whenever I unplug it, the rest of it works without a problem (together with a Bl...
- Thu Feb 25, 2021 12:02 pm
- Forum: General discussion
- Topic: Check Clock Speed for STM32f103c8t6
- Replies: 3
- Views: 191
Re: Check Clock Speed for STM32f103c8t6
Great! thanks for letting me know!
- Mon Feb 15, 2021 4:40 pm
- Forum: General discussion
- Topic: Check Clock Speed for STM32f103c8t6
- Replies: 3
- Views: 191
Check Clock Speed for STM32f103c8t6
Hello, I'm very new in using STM32 chip on arduino platform. I made a pcb board with STM32f103c8t6, 8MHz HSE and 32.768kHz LSE. Can I check the clock speed of the MCU on arduino platform to make sure it is running with 72MHz, or by default, it runs at 72MHz? I checked with the variant.h from ..AppDa...