User Activity

Hello everyoneI am using NUCLEO-H563ZI as master I2C, and STM32F412G-DISCO board as slave I2C, which should mimic temperature sensor TMP117.I am trying to send from master to slave a register number to read from, but the rx callback in the slave does...
I am using NUCLEO-G071RB. I use 2 ADC channels: GPIO analog and internal temperature sensor. I connect the +3.3V to the GPIO analog pin via. potentiometer. The internal temperature looks like it works well (the temperature rises slightly when I put a...
HelloI am using 2 boards with SPI communication between them: STM32F412G-DISCO as the master, NUCLEO-G071RB as the slave. The MOSI direction works well, but the MISO direction doesn't works. Monitoring the MISO line via. oscilloscope shows that there...
HelloI am using STM32F412G-DISCO board. I am synchronizing 2 timers: TIM3 CH1 as master, and TIM4 as slave. Here is how I configured them:Now I am trying to change TIM3 output compare value and thus the synchronization time, but it doesn't work well....
HelloI have configured TIM2 CH1 with PWM Generation on my board STM32F412G-DISCO. I capture the rising and falling edges by other board NUCLEO-G071RB, using interrupt input capture for both edges (one channel for each edge).Now I try to change the pe...
Kudos from