STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! FreeRtos not all tasks are running

Hello, I have a problem with threads. All of them are of same priority, with osDelay(300), except the uartThread which has osDelay(1). Everything else is the same for all threads. I have allocated 20k of HEAP and in ioc file it says im using only 3.5...

PPopo1_0-1712832411372.png
PPopo.1 by Senior
  • 723 Views
  • 1 replies
  • 0 kudos

Resolved! Multiplex 1 output to 12

Hello,What is the best way to multiplex an output pin to 12 output signals?  I currently have 1 output sourcing 3.3v through a 1k resistor which works well, but need it multiplexed to 12 identical outputs.  I see the STM32F373 has a max rating of 15m...

LMorr.3 by Senior II
  • 1390 Views
  • 9 replies
  • 8 kudos

Resolved! NUCLEO-U575ZI DMA->DAC doesn't work (USEF)

Hello everybody! I have a sine-wave array, that I throw to the DAC, triggering it by TIM6. When the TIM6 interrupt routine is responsible for supplying samples - everything works fine, but when I try to use DMA nothing works. The DMA keeps spitting t...

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

usb communication

Hi, I want to make communication between stm32h563zit6(Nucleo-H563zi) via  USB communication, i have tried configuring various UART/USARTS but not able not make communication.I had verified it by sending some data from stm32  ,and tried to see it on ...

mahaveer by Associate
  • 388 Views
  • 1 replies
  • 0 kudos

STM32F405芯片USART 2M波特率下DMA收发丢数据

我用板子A:STM32H743VIT6,HAL库开发,版本v1.9.0HSE=20M,主频480M串口1使能,DMA发送,IDLE+DMA接收数据。发送使用1ms定时器进行DMA串口发送,发送间隔1ms,发送数据长度18字节。板子B:STM32F405RGT6,HAL库开发,版本v1.27.0HSE=8M,主频168M串口2使能,DMA发送,IDLE+DMA接收数据。数据发送使用1ms定时器,10ms间隔通过DMA发送数据,发送数据长度18字节。连线板子A的Tx-板子B的Rx。板子A的Rx-板子...

Resolved! Switch off VREFBUF on STM32U5

Is it possible to switch  VREFBUF clock off after configuration for power save? So the clock is off and the buffer is providing Vref.In DS there is no mention about it (e.g OPAMP has this note).

STM32H5 SPI DMA LL Transfer Timing Issue

Hi All,I’m new to using the STM32H563 solution. To send SPI data using DMA, I referred to the sample code from the SPI DMA sample of the H533RE project.I'm not sure when exactly the SPI is start to transfer the data by DMA.The following is a part of ...

PeterTseng_0-1712884196104.png