Ask questions, find answers, and share insights on STM32 products and their technical features.
Good afternoon!How should we correctly configure MPU in STM32F746 for running software from QSPI with D-Cache enabled and I-Cache enabled?
We are working for a camera where we need to convert pixel data to convert into GVSP data , so we choose to use STV0991 as it has a GIGE Ethernet controller. Now the probelem is we dont know how to bring up the board or what is the RTOS for it and ...
/* Private define ------------------------------------------------------------*//* USER CODE BEGIN PD */uint16_t adcValue = 0;#define TS30 ((uint16_t*)((uint32_t)0x1FFF75A8))#define TS110 ((uint16_t*)((uint32_t)0x1FFF75CA));float adcCalValue30;floa...
Hi, I am facing the problem of using DMA for a CPU load reduced UART communication for RX and TX. I think it is likely that I don't understand the DMA correctly. So before pasing Code and messing things up, I explain my intentions.Issue:I am able to ...
Posted on October 24, 2016 at 17:44 Hello everyone, I am working on a project with the STM32F407 and I do need to implement SPI communication with DMA support (for both Tx/Rx ) using circular mode and double buffering. I am working ...
I am using an STM32F303K8T and am trying to use a flow sensor with an output of 15 Hz - 225 Hz.
Posted on June 28, 2010 at 12:13STM32F105 no boot loader connect via USB
HI there,I'm just starting to embark on the problem of accessing external registers (implemented in a FPGA), via the DMA or SPI on the STM32F4 core. What I'm interested in doing is accessing these registers with DMA or SPI. But first i need to implem...