STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is there a difference in startup time between STM32F303 and STM32F407? I am experiencing relatively longer start up time for the STM32F407..

I refer to the attachment. I am using a push button to power on a STM32F303. As soon as the push button is pushed a P channel FET is activated supplying voltage to the STM32F303. As soon as the STM32 starts it activates a pin which takes over activat...

MBooi.1 by Associate II
  • 864 Views
  • 5 replies
  • 0 kudos

Stm32H750 FDCAN Interrupt lines confused

In the stm32H750 reference munal, I can see the details of fdcan interrupt, mostly by config registers (FDCAN_ILS, FDCAN_ILE ), but I didn't see the illustration about which interrupt signal(like tx complete ) occurs in which interrupt line(line ...

AresINSt by Associate
  • 572 Views
  • 2 replies
  • 0 kudos

Resolved! Real-life UART with DMA using HAL ?

Hello,Is it possible to use uart with dma, so that on idle we also get informed, so that we can read the rx data ?I found no example in hal cube for using UART with DMA in such "real life" scenario, only in simple full buffer fill - which is not prac...

ranran by Senior II
  • 2968 Views
  • 9 replies
  • 1 kudos

Trying to integrate the waveplayer from stm32137 example in L4+ MCU. However, the loop updating the DMA buffer only enters DMATxComplete on 3 occasions?

Here's the essence of what I have at the moment. I wonder why it does not enter DMATxComplete, I have tried with 128 and 30 buffer sizes...//****** dac.c **********//   DAC_HandleTypeDef hdac1; DMA_HandleTypeDef hdma_dac_ch1; DMA_HandleTypeDef hdma_d...

VNado.1 by Associate III
  • 723 Views
  • 4 replies
  • 0 kudos

DAC output error

I'm using STM32F405VGT6 to output sine wave by using its dac.After every output sample,which is triggerd by timer, dac's data holding register 'DAC_DHR12R2' is not holding the data and is reset to zero.So the output wave is something like sine wave m...

ZPC.1 by Associate
  • 433 Views
  • 1 replies
  • 0 kudos

wrong data send with slave i2c1 on STM32F103RCT6

STM32F103RCT6 i2c work as slave mode,master i2c machine worked with clock speed 400KHz.When master read many bytes from slave,a wrong data will come out behind the address byte.in normal,master transmits 0xA1,then it will receive 0x11 0x22 0x33 0x44b...

yqiu.11 by Associate
  • 420 Views
  • 1 replies
  • 0 kudos