Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, I'm wondering if I can use STM32G0 backup registers without needing LSE clock (using only Vbat voltage) or if LSE clock is mandatory for them working.I didn't find a clear answer neither in datasheet nor in reference manual.Thanks in Advance.Silv...
Each page on st.com - including the login here - now pesters me with a nonsensical cookies nag (yes, the top option is hidden under the selection bar):Besides being incomprehensible, no matter how many times I click on Save Settings, the same thing j...
hi community,currently I am using the STM32H743zit6 board.My query related to the SPI slave mode.To test SPI master and slave mode I am configuring like this.SPI4 is used as Master it always receives data in full duplex mode and MISO is configured a...
Also how to internally connect the input trigger to two simultaneous one-pulse generators.
HiI'm trying to get SPI output working using DMA with the LL drivers. I'm using CubeMX to set up the DMA and SPI and it works perfectly when I use HAL_SPI_Transmit_DMA to initiate the output. However, this is a very slow routine and I want to be able...
I am trying to determine the cause of resets happening in my application. It does not seem like the RCC->CSR register is working properly.I tested this out by manually grounding the NRST pin and setting a break point in my code before main(). The CSR...
Hello,I'm working on target STM32H743ZI.I would like to copy a memory buffer to the SAI interface (master).For some reason, when calling the function HAL_SAI_Transmit_DMA in the main, no transfer occurs. Going through more details, it seems that the ...
Hello, Technical Details: CMSIS- RTX based RTOS.STM32H7xx based MCU.Problem Description:I am trying to find the duty cycle of a incoming PWM. And my problem occurs when there is an interrupt and now the interrupt handler executes properly but It does...