Resolved! [Solved] What is the difference between GPIO_AF5_SPI2, GPIO_AF6_SPI2 and GPIO_AF7_SPI2 on the stm32h743zi?
There are multiple alternating functions for one peripherals. Why and what is the difference?
Ask questions, find answers, and share insights on STM32 products and their technical features.
There are multiple alternating functions for one peripherals. Why and what is the difference?
Posted on October 02, 2017 at 10:39Hi, In the HAL_RCC_DeInit function, switching the SYSCLK to MSI only uses this function CLEAR_BIT(RCC->CFGR, RCC_CFG_SW). But, to select MSI as system clock source, I think that it is required to use after that the...
Hi,I'm trying to use Armadillo (http://arma.sourceforge.net/docs.html) with the above mentioned STM32 MCU.The goal is to use it for the inversion of a dense, symmetric, positive semi-definite Matrix (actually a convariance matrix) with float values (...
Hello everyone, I am a beginner on STM32F4. I want to using DMA for receiving data via USART. But it doesnot work, please help me to solve the problem. Here is my code:void USART2_ConfigDMA(void){ DMA_InitTypeDef DMA_InitStructure; RCC->AHB1ENR = ...
I want to use DMA on my stm32h7 board, but i can find which channel is used for what protocol ect.
I'm using F401 that is connected to an A\B encoder and the A\B are routed to TIM2 that is set to work in encoder mode and it is counting the encoder movement as expected.I want to use another timer that will work as TIM2 slave for measuring the encod...
Hi,Being new to QSPI technique I have to ask for some help to find out if I have misunderstood the whole concept.Our target is to have two QSPI flash memories and run the code from the first one (xip) and use the second one for data storage to be use...
I found an application note described about the sinusoidal wave acquisition using 10bits ADC and 2 DMA. My question is how they display the reconstructed waveform? by UART? or by DAC?Below link is the application note AN4173https://www.st.com/conten...
Dear all, I am using the usart2 of the STM32F767 to implement the Modbus function. I used the Receiver timeout interrupt to detect if a piece of data is over. However,sometimes a timeout interrupt had occurred. when data is still receive. I set the ...
I am leaning to program the H743ZI and have a simple application where the user leds blink at a certain rate given by a delay produced by a for loop.When the code is uploaded, I get the desired rate. If I disconnect and connect the board again, the p...
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.