Resolved! What is the DMA Usart received bits counter register?
I used DMA to read from USART, how can i know how many bytes are currently received by this and from which register i should read this number
Ask questions, find answers, and share insights on STM32 products and their technical features.
I used DMA to read from USART, how can i know how many bytes are currently received by this and from which register i should read this number
Hello, I have a problem with a STM32L031G in a custom board. The program don't run after the program. BOOT0 is connected to gnd via 10K resistor. Attached you can find a circuit diagram and clock configuration. what could be the problem? Thanks Mich...
Hey,We using an STM32H7B0 100 pins MCU.With this mcu we will sampling 1 16 bit ADC input at 1 MHz and we using a DMA in circular mode for 1000 samplesThe ADC clock works at 48Mhz, the clock precaler for the ADC is divided by 32 and the sample time is...
Hello, I am struggling to get the TIM1 of a STM32F411 to be triggered by an external GPIO. What I want to achieve is having ETR1 (PA12) to trigger TIM1 and have 4 repetition of 199 periodI am using STCubeMX and I must do something wrong as it is not ...
After downloading the program using STM32 ST-LINK Utility, the download is reported as successful. However, upon power cycling the device, the program does not run. It requires clicking "Connect" again after the program has been downloaded for the pr...
Hi!The DEBUG build version of my custom loader is working but is slow, so I tried RELEASE build instead to hopefully get a smaller bin-file with a faster and more efficient execution.However, CubeProgrammer fails at startup with a “loading-file-error...
Hi,On the STM32 F4 products, there is a hardware/ROM bootloader, that can be activated through the BOOT0 pin. It works great, no issues with that.In a production environment, I would like to flash the board automatically, without manually pressing bu...
Hi. We are using STM32G0x0 family in our project. We are running ADC clock at 30MHz. The sampling time is 7.5 cycles, we configure the ADC to trigger every 500uS so Trigger Frequency = 2kHz and the resolution is 10bits. I know the Tconv = Tsampling...
Posted on January 14, 2014 at 21:28Hello everybody.I am new in the foro and I'm working with stm32f4 discovery also I'm working with a TFT LCD 7'' 800x480pixels SSD1963 controller but I haven't found a standard library for this TFT, someone have an ...