STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F429 SPI Transmit Problems

I have been following a course Mastering microcontroller with STM32, and the emphasis of this course is to walk the student through the architecture of STM32 MCU's, and develop the driver's for GPIO, SPI. I2C, and USART from scratch. I have an STM32F...

Will1 by Associate II
  • 1703 Views
  • 6 replies
  • 0 kudos

Using an STM32F031, can I have one ADC channel being monitored by analog watchdog and another channel being scanned in each iteration of the main loop?

Lets say I have channels 1 and 2.I was wondering if I disable continuous scan and enable watchdog on 2. Will the interrupt for channel 2 be called only when I do a start scan or will the watchdog keep continuously checking the channel 2?In other word...

SSudh.12 by Associate
  • 233 Views
  • 0 replies
  • 0 kudos

STM32 Rotary Encoder Pulse Count

Is it proper way to to count encoder pulses using rising/falling edge interrupt instead of using Timer in Encoder Mode??Because in my application I need interrupt above 80000 pulse count. But here timer is of 16-bit (STM32F103C8T6) so it can only cou...

JPanc.1 by Associate II
  • 460 Views
  • 1 replies
  • 0 kudos

STM32F030C8 warm start failure

We have several STM32f030C8s that refuse to start if the ambient temperature is 40deg C. Below, say 20 deg C, they start and continue to run up to and beyond 40 deg c ok. Applying a reset on a stalled processor brings it to life. Is this a known p...

DPidd by Associate II
  • 671 Views
  • 5 replies
  • 0 kudos