STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hi, Iam making my project and I have problem with one operating step. i have tm1637 controlled display and rotary controller with button. I have problem with enabling and disnebaling rotary encoder rotations where I need . STM32F446RE

I have as simple MENU where I am switching with rotating of rotary encoder between items. If I choose item which I want I can press the button and it open subitem for the item. in open subitem I have stopped rotating of encoder. Because if I was in s...

TPoup.1 by Associate II
  • 579 Views
  • 2 replies
  • 0 kudos

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
  • 2541 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 ...