STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

PWM on STM32l4 stops working randomly

I have a problem that the PWM timer stops working randomly, maybe once every 2 weeks on 4 prototoypes. The PWM signal is just high instead of the frequency it should do. I have added reset and recover but nothing seems to fix. Since I am not able to ...

rickard2 by Associate III
  • 1056 Views
  • 7 replies
  • 0 kudos

STM32F4 Timer interrupt and Sending data over Usart

I am using the STM32F407VET6 and SPL libraries. My goal is very straightforward, just send data over usart periodically.But when I send data (buttoncheck function) inside the timer interrupt it stucks " while(USART_GetFlagStatus(USART3, USART_FLAG_TC...

goktug by Associate
  • 557 Views
  • 0 replies
  • 0 kudos

SPI Multi-master NSS Setup

HelloIm trying to implement stm32 spi multi-master function on a stm32f765 according to the below presentationI keep getting MODF error when transmitting as a master, that would indicate that the slave sets the masters NSS pin low. Even if I set the ...

0693W000003QsuWQAS.png

Resolved! Stop Transmit interrupt manually during transmitting

HiI'm doing a project to detect collision on UART, when I get data from Rx, I will compare it with the data I transmitted, if there aren't the same, means collision occurred, then I will immediately stop my transmitting interrupt to stop sources wast...

Olly Kao by Associate III
  • 862 Views
  • 1 replies
  • 0 kudos

How to use DAC dual Channels simultaneously using DMA

Hello,I am using STM32F765BI MCU.I want to generate an audio on both the channel of DAC using DMA simultaneously, currently I am facing a problem that I am able to generate audio only on one DAC channel at a time.So please suggest a method that how c...

LDesa.1 by Associate II
  • 886 Views
  • 3 replies
  • 0 kudos