User Activity

Hello group,The STM32h745 controller is what I'm using in my application,I'm attempting to use several interrupts in a single timer from multiple channels,In my application, we require several interrupts from separate channels on a single timer with ...
Hi Team,I am using the stm32h745ziq as my development board to develop the FDCAN. To implement this I am not able to find any example for this FDCAN to this particular board.Can you please send me any FDCAN example program to this NUCLEO-STM32H745.Be...
I am using stm32h745zi-q board and I am working on the full duplex SPI. Here I aa using spi1 and spi4 . I used interrupt based at the spi1 means master side and I used DMA for SPI4 means slave side .Here I am able to get the complete data in the SPI1...
Hi Team, I am using the stm32h745zi-Q as my development board. I am working in the SPI in the low level . But When I am enabling interrupts like LL_SPI_EnableIT_TXP(SPI1); and debugging the code It is getting in to the default handler in the startup ...
I am using the STM32H723ZG as my development board. Here I am trying to do the SPI communication. I have an example program of the same board I had tested and it is working fine but in that they have used the BDMA for the receiving side. but I need t...