Is TIMx_DMAR 16-bit wide in 32-bit timers?
Probably no and this is probably documentation flaw across all STM32 RMs.JW
Ask questions, find answers, and share insights on STM32 products and their technical features.
Probably no and this is probably documentation flaw across all STM32 RMs.JW
static void MX_SPI1_Init(void){ /* SPI3 parameter configuration*/ SpiHandle.Instance = SPI1; SpiHandle.Init.Mode = SPI_MODE_MASTER; SpiHandle.Init.Direction = SPI_DIRECTION_2LINES; SpiHandle.Init.DataSize = SPI_DATASIZE_8BIT; SpiHandle.Init.CLK...
I'm using STM32H743 I2C1 and FW as of december 2021.I'm testing in continous loop PMBus communication (straight I2C master interface).Appr. all 8h I'm getting a sporadic bus error.A good transaction looks like:this is a register read (addr-len=1) for...
hi when i use normal configuration for define this pin(PB4 in STM32H743) as GPIO output a problem occurs in the program.This pin is connected to the JTAG port and i use only SWD mode and pull up this pin by 10k to VCC.plz help me to config this pin a...
Hi,I have two questions regarding STM32H750:1) I would like to pre-burn its internal flash with a simple code that enable XIP (execute in place) from external SPI flash and jump to some initial address on this external flash. Then I like to permanent...
I am sending a fixed-sized buffer (512 byte) at 8 Mbits/s via UART out of an STM32F3, and I am experiencing what it seems to be a fixed delay (~ 2-3 bit periods) between consecutive frames. In the screenshot below, after sending the dummy value 01010...
We are starting (difficultly due to the lack of devices) the pre-production of our system built around an STM32 H743VIT, and, on already two systems (out of about 50), we have failures initializing ADC 2. For the first one, replacing the MCU was succ...
I've got a STM32L053 (on a Nucleo-Lo53R8). I'd like to drive TIM21 from the 32KHz clock, and gang it with TIM22 to form a 32 bit counter. But I'm confused on a few points.First question: how to drive TIM21 from 32KHz? The documents (RCC chapter, 7.2....
The problem is as follows: When I am trying to update HRTIM master timer registers (MPER, MCMP1-4) on the STM32G474 via Burst DMA access, every data word I write into the BDMADR register gets written into two of the specified master timer registers. ...