User Activity

Hello Team,I am using an STM32F469NIH6 in my project and the following is my use case: I need the timer 8 to act as a slave to its ETR pin, which is PA0. I have a signal coming out on the PG7 from my daughter board and I have connected PG7 and PA0 vi...
Hello Team,I am using the STM32F469NIH6 to implement a timer triggered DMA and I need some clarity on a few points here-I see that that there are three possible requests possible for a timer triggered DMA. I understand that the TIM8_UP is to trigger ...
Hello Team,I have an STM32F469NIHX and I am trying to implement a use case where I want Timer8_ch1  to be a slave to an external signal that I apply on pin D2 (PG7), which is not a source of timer at all. Upon reading the DS, I understood that I cann...
Hello Team , I am trying to use the SAI1_A on the STM32H563ZI and I am not able to read any data using the asynchronous RX Mode. The control keeps checking for status != SAI_FIFOSTATUS_EMPTY and there are no updates post that.(Although, I am using th...
Hi Team, I am trying to use the SPI1 and the I2C1 simultaneously in the STM32H563ZI. Upon configuring the relevant pins in via cubeMX, I see that there is a conflict with the PB5 Pin. I want the PB5 to act as an SPI pin, whereas configuring I2C1 does...