User Activity

We are developing a device using the STM32H743.We are setting up the GPIO during initialization, but I am wondering about something.What is the GPIO output before initialization? Is it high impedance?Or does it change depending on the circuit connect...
We are developing software that uses GPIO interrupts.We would like to test if the GPIO interrupt handler is working properly, but is it possible to set the pin assigned to the GPIO interrupt High/Low in software?Is this only possible by inputting a s...
We are using HAL_SPI_TransmitReceive to transmit and receive SPI data.We would like to cancel HAL_SPI_TransmitReceive midway through. Is this possible? Also, how should We write it?
We are performing SPI communication using DMA.In this case, we manually set the GPIO to High/Low as SPI_CS, but (obviously) SPI_CS goes High before all of the SPI CLK is sent.How can we manually return SPI_CS to its original state after all of the SP...
We are trying to do SPI communication in the GPIO interrupt handler.We are not sure about the following two points. Can someone please give me an answer?1, If another GPIO interrupt occurs while the GPIO interrupt handler is running (with the same pr...
Kudos from
Kudos given to