User Activity

Hi all.I have a motor connected to my STM32F7 board and I'm trying to generate an interrupt for every rotation. Each rotation is 2122 ticks but I keep getting an interrupt for every pulse generated from the motor encoders. My init code is:static voi...
Hi all.I have a motor encoder connected to TIM3 and I'm trying to generate a single interrupt once 1848 ticks have been reached. However, TIM3_IRQHandler() keeps being triggered for every rising edge of the pulse. I just want a single interrupt trigg...
Hi all.I'm working on my own board and using 3 separate I2C devices. MPU sensor, current sensor, and an IO expander, all having their own bus. For testing purposes, I've relied on the CubeMX code to generate the base code for me. Only one of the I2C ...
Hello.I'm interfacing my STM32F7 with the following current sensing chip:https://datasheets.maximintegrated.com/en/ds/MAX34408-MAX34409.pdfAnd page 8 describes that I need to send a repeated START command during communication. I cannot find a method ...
Hi there. I'm trying to generate a Pwm signal using my nucelo board but I'm having issues doing this using cubemx. ​I've configured the clocks and oscillator based on resources I've found online but I'm not too sure what the clock source should be. I...