STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to implement level triggered interrupts with EXTI

Edge-triggered interrupts had been used by us to identify various system states. However, it appears that the interrupts are now sometime erroneous and cause an undesirable state change. This led us to search for implementations where level-triggered...

Resolved! STM32G0B1 ADC DMA multichannel

Having some trouble with reading ADC channels on this unit only when using multiple channels. I have no problem using a single channel, but as soon as I expand it to two, or more, my readings are just garbage.Code for working single channel: hadc1....

Resolved! ADC conversion data to DMA without any DMA interrupt ??

Hello team am Receving 16bit ADC conversion data to DMA in STM32H745i Disco in CubeIDE software. Here DMA interrupt is generating by default in software (i am disabled the interrupt in programming after that program counter is out of control) I dont ...

SA  V.1 by Associate III
  • 2948 Views
  • 19 replies
  • 0 kudos

STM32H730 FDCAN TxDelayCompensation

I use FDCAN in STM32H730 for communication over CAN-FD.At the moment it works with 500kBit/2000kBit without TxDelayCompensation. But we want to communicate with 1000kBit/4000kBit too. Therefore I want to enable TxDelayCompensation.I'm not sure how I ...

Resolved! NUCLEO-U575ZI unable to activate PWM pin output

Hi everybody! I keep trying to out a PWM signal, using TIM1 ch1. CC do trigger fine, but the output pin doesn't change. Please help!void TIMER_init(void){ //PA8 - CH1 GPIOA->MODER &= ~((3 << GPIO_MODER_MODE8_Pos) + (3 << GPIO_MODER_MODE9_Pos)); //Sw...

Skfir by Senior
  • 647 Views
  • 2 replies
  • 0 kudos

Resolved! ADC3+DMA

I'm having trouble with my STM32h757 processor. I'm trying to sample 2000 samples using ADC3+DMA1/DMA2/BDMA, but it's not working as expected. I set up the ADC to work in continuous mode and the DMA to work in circular mode with the address increment...

MDali.1 by Associate
  • 891 Views
  • 3 replies
  • 0 kudos