STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F405 SPI Transmit using DMA not working

I have a problem transmitting a byte with SPI using DMA and asking for your help to solve this issue.Used uC: STM32F405RGT6Target: Display ST7789Project generated with STM32CubeIDEToolchain/IDE: Keil uVisionSPI 2 used/configured as "transmit only, ma...

dimkyy by Associate II
  • 1594 Views
  • 6 replies
  • 0 kudos

STM32L475RC glitch in fixed timer PWM

Hello, I have a power converter device controlled by a STM32L475RC. One part of the control requires a constant PWM of 70kHz of 300ns (Ton). Although this pwm is never modified,and doesn't use interrupts or DMA modules, periodically it produces a gl...

Random signals on I2C Communication?

Using Nucleo-L476RG board with I2C. Using a logic analyzer i'm getting meaningless signals as seen in the image. SDA AND SCL are connected to pins PB11 and PB10 respectively and are connected directly to the logic analyzer block directly to monitor t...

0693W00000D1dPiQAJ.jpg
ZHama.1 by Associate II
  • 1479 Views
  • 9 replies
  • 0 kudos

Resolved! I am using a chinese STM32F407 board. I am trying to use DMA to generate a wave signal through the DAC1 channel. Without DMA DAC y works, but I have not be able to generate the signal using DMA.

It is like DMA never starts.Any ideas?below is the code./* USER CODE END TIM6_Init 0 */ TIM_MasterConfigTypeDef sMasterConfig = {0}; /* USER CODE BEGIN TIM6_Init 1 */ /* USER CODE END TIM6_Init 1 */ htim6.Instance = TIM6; htim6.Init.Prescaler = 42-1;...

AVALE.1 by Associate II
  • 1214 Views
  • 6 replies
  • 0 kudos

Why does the DMA not read the Sigma Delta ADC?

I have sigma delta 16-bit ADC enabled. It works great with regular interrupt. No problem there, but when I'm trying to use DMA with Sigma Delta ADC, then nothing happens. It will only be zeros.I have 9 SDADC zero referenze on SDADC1, 3 SDADC zero ref...

DMårt by Lead
  • 524 Views
  • 0 replies
  • 0 kudos

STM32F4 SAI data latch

Hello​​Our new product use a STM32F427 and a ADC(AD7768-4) the data input connection is the SAI(serial audio interface). The STM32F4 SAI mode is the slave mode.​​The ADC sends SAI_SD signal and SAI_FS at rising edge.Therefore, we think that the STM3...

TFuji.5 by Associate II
  • 685 Views
  • 2 replies
  • 0 kudos

Resolved! Why is Sigma Delta ADC 32767 at 0 volt?

Hi!I'm trying to read Sigma Delta ADC for 16-bit. It works, but it seems that everything is reverse.For single Sigma Delta ADC I get 32767 (0x7FFF) when I apply 0 volt.For differential Sigma Delta ADC I get 65553 (0xFFFF) when the difference is 0 vol...

DMårt by Lead
  • 596 Views
  • 1 replies
  • 0 kudos