STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is this a fake UART idle line?

Hello!I'm working with UART+DMA+IdleDetection. I receiving long frames of data(250-300 bytes) 250 times per second at 921600bps without HT & TC interrupt from several sensors and one Arduino, then I send them by USB . Sometimes, I receive overwritte...

0693W00000QKwfpQAD.png 0693W00000QKwgTQAT.png
SGonz.2 by Associate II
  • 1810 Views
  • 8 replies
  • 0 kudos

STM32F303xB inconstant wrong ADC measurements

I'm using the ADC to measure power grid voltage and current at 10 kHz. For most of the time the results are coherent. however, sometimes I detected some strange values colected by the ADC, differing from the measures made with an osciloscope in the a...

Strange SPI Clock Form

Hi allI have a question regarding the clock output from STM32F446VCT6 MCU.Can anyone tell me whether the clock signal looks good for you?Because for me it looks awful. The signals are measured directly on MCU pin (trace is 2 cm and is not connected t...

YDOVG.11 by Associate II
  • 4275 Views
  • 14 replies
  • 0 kudos

Resolved! USART2 works but other USARTS don't work. (STM32F446RE)

Hello,I am struggling to use multiple USARTs. I tested that USART2 works fine but I cannot get USART1 and USART3 to work. If I can't use multiple USARTs at the same time, I would like to use only USART3. However, USART3 does not work. Do I need to ch...

LCho.1 by Associate II
  • 1170 Views
  • 2 replies
  • 0 kudos

Resolved! STM32G474 discovery kit HRTIM ISR (HRTIM1_TIMA_IRQHandler) not hit for channel set Interrupt(SETx1) and channel reset interrupt(RSTx1).

Hi,I have enabled the interrupts for channel set (SETx1) and channel reset (RSTx1) by setting bits RSTx1IE and SET1xIE. I am trying to drive the outputs to active-inactive state via software by writing to SST and RST bits of the TIMERA.Inside the TIM...

vchilapu by Associate II
  • 1103 Views
  • 4 replies
  • 0 kudos

Problems during stop 2 mode issue.

Hi,I created my new project follow the SubGHz Phy Ping Pong project. I want to write ADC values to FLASH for 5ms then enter stop 2 mode for 1000ms. In PWR_EnterStopMode() function, the HAL_SuspendTick() funciton is called, but my project enter stop 2...