STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103RET6 - Not work callback - HAL_CAN_RxCpltCallback.

Hello. I have project from 2 years ago. During testing, a problem was discovered when sending commands from the master device to the slave device through the CAN. For some reason don't call callback - HAL_CAN_RxCpltCallback (there I analyze the incom...

TViT by Associate
  • 378 Views
  • 0 replies
  • 0 kudos

COMP2 and EXTI does not seem to work using HAL (STM32L452)

Using COMP2 with internal voltage referenceWhen using COMP with interrupt as soon as I call HAL_COMP_START(&hcomp2); and interrupt is triggered even if COMP input GPIO is grounded.If i let the code run a trigger is never regenerated afterwards. I hav...

MTadr.1 by Associate II
  • 891 Views
  • 3 replies
  • 0 kudos

Resolved! About IPSR

I use STM32F1 Value Line Discovery Kit.I would like to have a common interrupt handler and call the corresponding handler from that common handler.I am assuming the following.Specifically, I am trying to get the IPSR number from its common handler an...

Myasu.1 by Senior
  • 1470 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H7 DMA2 wont trigger interrupt

Using STM32H743ZII am using SPI1 in 2 lines Rx only mode with DMA2 Stream 2 as in ST exampleI use Rx DMA with a buffer located in D2 RAM. Using debugger I found that the first reception works well, data gets written into my buffer. But my DMA doesn't...

Can the STM32F4 controller allow for two DMA requests on the same peripheral? If not, how can the DMAMUX be utilized to allow such a case?

Using an STM32F429 board, I am attempting to enable DMA transfers for the UART8 TX and RX. However, while reading the data sheet, I found the following DMA channel/stream mapping: You'll note that for the UART8 TX and RX DMA request, both requests li...

0693W00000KackTQAR.png 0693W00000KacfxQAB.png
EGold.3 by Associate II
  • 1675 Views
  • 8 replies
  • 0 kudos

Problems changing settings for different ADC sources

HiI’m having some problems using the ADC on external and internal signals with different requirements.It and old design having a new MCU (STM32L452RCT), where only the MCU interface are updated, the application are (almost) unchanged. The PCB are in ...

JohnnyK by Associate II
  • 1038 Views
  • 6 replies
  • 0 kudos