STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Circular DMA bursts

I use circular DMA with a buffer of size n (on a G431) to create bursts that are not necessarily equal to a multiple of n in size. This works fine, I start and stop a timer and end up somewhere in the DMA buffer array (say, at buffer[m] where 0<=m<n)...

MarcelH by Associate II
  • 1040 Views
  • 5 replies
  • 0 kudos

I am trying to interface an stm32f412 with a Texas instruments ADS7953 in the auto 2 mode. I am using the TI mode and using the HAL DMA drivers to talk to the ADS7953. However after programming I am not getting the intended result.

As I understand it TI mode consists of high polarity clock, 1st edge phase and nss after every frame. I think the problem I have is the clock is running even with NSS high. This causes the bits to be shifted out of the ADS7953. It will be great if an...

NKoti.1 by Associate
  • 365 Views
  • 0 replies
  • 0 kudos

IR remote

I'm trying to code IR remote which uses NEC protocol using STM32f030 .I'm able to do the code under while(1) as as a GPIO input But i'm not able to implement it as an interrupt . Kindly help me regarding the same

OKuma by Associate II
  • 1918 Views
  • 12 replies
  • 0 kudos

Simulink target ADC not working for STM32F091

I am trying to use the ADC_Read block from the simulink support package. I am able to use the ADC1 from a STM32F4 MCU but when I try to use the ADC from STM32F0 MCU it doesn't work. All the configurations should be fine since many other blocks work (...

jagjordi by Associate
  • 280 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F769 PWM using DMA on two channels PA2 and PA3 issue

Hello,I have an issue with using two channels of DMA to generate the PWM on PA2 and PA3 pins.I configured using CubeMX TIM2 PWM Generation CH3 and CH4. I have added the DMA memory to peripheral for PA2 DMA1Stream1 and for PA3 DMA1Stream6.The issue I ...

VMoca.1 by Associate II
  • 3256 Views
  • 18 replies
  • 0 kudos