STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L0 Uart failure after OTA

hi,Previously i was using STM32L010K8TX which has 8K memory. I did OTA update in this device via Uart with help of external controller which receive hex file from User. Currently am using STM32L010R8Tx which has 64K memory. And i tried the same OTA p...

nikhivv07 by Associate II
  • 1578 Views
  • 5 replies
  • 0 kudos

Infrared transmitter using STM32 F3 IRTIM Module

Hi I need help setting up an Infrared transmitter using an STM32F3.I know timers and have thinkered with stm32's quite a while now, but I have no clue how I'd do an Infrared transmitter. :D I'd like to control some sort of device (f.e. a projector or...

Lixx_0-1703094793566.png Lixx_1-1703094806326.png Lixx_2-1703094851887.png
Lixx by Associate III
  • 700 Views
  • 0 replies
  • 0 kudos

Resolved! stm32f429

Hi Im using stm32f429 disc1 board for adc calculation. The result after calculating is seen through the tera term of one PC is different from the one seen through the serial terminal of Linux.

harry123 by Senior II
  • 903 Views
  • 3 replies
  • 1 kudos

Resolved! High speed SPI on TIM PulseFinished interrupt?

    Hallo everyone,As a relative newbe in the world of MCU programming, I am searching for an acceptable solution for the fast readout of an ADC chip with a SPI interface. It concerns the MCP33131D/10 ADC (16bit, 1MS/s) to be controlled by a STM32F40...

FredS by Senior
  • 3200 Views
  • 11 replies
  • 0 kudos

Running clock to subdivide PPS

Hi! I am working on an application, where I need a running clock to subdivide the time between PPS pulses. I am using an STM32F412, complete custom PCB but the code is mostly relying on HAL and FreeRTOS.In this application I need to time-stamp some m...