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

STM32H750VB Quad-SPI questions

Hello,Due to so attractive price + some specific features, the H7 Value Line looks to me very attractive to take into a new design, but 128kB Flash is not enough for me, I have to take an external flash, which is QSPI. I have a few basic questions a...

Yevpator by Associate III
  • 2133 Views
  • 10 replies
  • 0 kudos

Wrong bits, stm32F303re code generation.

CubeMX 5.1.0, stm32F303re, OPAMP4 dropdown box Follower-DAC_OUT1_INP. Code section: hopamp4.Init.NonInvertingInput = OPAMP_NONINVERTINGINPUT_IO3; is not correct, should be: hopamp4.Init.NonInvertingInput = OPAMP_NONINVERTINGINPUT_IO2;reference to ...

NEO 6M question ?

Dear Member,I tested my GPS module with moving car,I can not see any result, but when the car stopped, I saw the result,I can not see the speed as well on GPS.GPVTG.kph, any same experiences ?Any ideas on how to fix it ?Thanks

Resolved! Turn on PWM for n cycles?

Hello there,I was wondering either it is possible (with STM32L4) to turn on a PWM channel for a certain amount of cycles or for a certain amount of time? Ideally, without any interrupts during this period or at the end.I am trying to figure out a way...