Hello!I’m pretty new at STM32 and I have small hobby project with STM32F7 series.I used LL library.I communicate with external sensors through SPI. STM32 – master, external sensors – slaves. External sensors “data ready�? pins allow me to initiate da...
i recently purchashed a STM32F401RE NUCLEO-64 kit board I installed the ST-LINK/V2-1 DRIVERS 64 BIT FOR MY WINDOWS 10 MACHINE BUT WHEN I PLUG THE BOARD IN I GET THE MESSAGE USB DEVICE NOT RECOGNIZED THE LAST USB DEVICE CONNECTED MALFUNCTION AND I...
My design uses an STM32H750 with a 24MHz crystal on the HSE, and on my first attempt, the crystal is not oscillating. I’m going through AN2867 and having difficulty finding any 24MHz crystal that meets the gain margin requirement for this processor.A...
Hello everyone,I currently have a problem where I am not sure about the implementation. I have to control a driver module, which has a serial interface.The problem is that it needs a LATCH line in addition to clock and data line. So far so good. But ...
So I fired up CUBEstarted ADC over DMA with circular mode and Half Word to memory then I added Continuous DMA requests and set TIM5 as trigger sourceI then set up timerADC is 12 bitsthen I started everything and this happenedhowever I do not understa...
Why should I clear the DMAR bit in the UART DMA receive interrupt subroutine?At the moment I disable the DMA TC interrupt and the DMA Mode for reception (DMAR) at the top of my interrupt routine.At the end of the subroutine I enable the uart dma rece...
Hello,I'm working on a project on STM32F769 DISCO Board in which I need to read and parse data from a .json file (3kb). I tried using Nlohmann JSON.hpp library for data reading and parsing and, even if I do not have compilation problems (except for a...
We are using the STM32F746ZET6 controller in our project.We are facing some issues, When we put the integration code to the controller we observed that the overall process of the controller is delayed.One use case is integrated code: we run the PWM w...