STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Interfacing to STM32F767ZI temperature sensor

Hello to everyone. I am teaching an embedded system lab courses and this is our first year with a STM32F767ZI Nucleo board. We are at a point where we want to exploit the on-board temperature sensor to generate some input data. In our first experienc...

PB1 by Associate III
  • 2208 Views
  • 9 replies
  • 0 kudos

Start multiple ADC's DMA

I have tried to get ADC results from 8 different chanels on 3 ADC's using DMA so that the fresh values are always avaliable to me on STM32F303I used Cube MX to configure the ADC's and DMA's. After initisalization I did:   HAL_ADC_Start_DMA(&hadc1, (u...

PJera.1 by Associate II
  • 408 Views
  • 2 replies
  • 1 kudos

Resolved! Entering and exiting stand-by mode on interrupt

I'm a beginner in embedded systems. I'm creating a software where some leds are blinking in the main while loop. I would like to put the MCU into stand-by mode when connecting a certain pin. I want to return to normal execution when this pin is disco...

varo1111 by Associate II
  • 624 Views
  • 1 replies
  • 0 kudos

stm32 series rotary capacity sensor touch example

Hello, I am currently developing a medical devicestm32 device related rotary capacityCircuit diagram and example code related to touch sensorIs a mustNo matter how much I look for it, there is an example related to the Liner touch sensorAs there are ...

NHor by Associate
  • 326 Views
  • 1 replies
  • 0 kudos

File transfer over the UART.

I want to store a hex file into the flash memory, For that I am trying to transfer the file over UART from computer to controller.what should be changes to be made in source code?or what should be approach?I am using stm32l083cz microcontroller.Thank...