User Activity

Hi there, I'm using the SAI2_FS_A signal to trigger a capture event on TIM2 (Through a series of weird internal routing). It all works nicely when SAI2 is an asynchronous master, however in my application it needs to be a synchronous slave to SAI1. I...
Hi there, I'm using the STM32H7 and I need to get one of the SAI FS signals to go through a pre-scaler and trigger a capture compare on TIM2 CC3.The only solution for this seems to be to use SAI2_FS_A -> TIM5_ETR1 -> TIM5_TRGO -> TIM8_ITR3 -> TIM8_TR...
Hi there, I'm using the STM32H7 to talk to a CS2000 clock chip over I2C. I'm using interrupt mode.I'm just trying to read the chip's ID register for starters. Despite the CS2000 ACKing the first 'setup write' byte, it won't write the second byte (wit...
Hi all, I am porting a c++ project from the STM32H7 EVAL board to the STM32H7 Nucleo 144.The project uses CubeMX to generate the project, then I port in all the source code and set the c/c++/linker directories, symbols and settings.The project uses F...
Hi all, I have a C++ project running fine on the STM32H7 EVAL board that I need to port to an STM32H7 Nucleo board, because it closer resembles the final hardware I will be using. I generated a Nucleo project using CubeMX and added all the things I n...
Kudos from