Skip to content

This repository host the firmware based on HAL library and using STM32CubeIDE as the IDE for reading the internal temperature sensor using ADC.

Notifications You must be signed in to change notification settings

alwint3r/STM32F446RE-Temperature-Sensor

Repository files navigation

STM32F446RE - Internal Temperature Sensor Reading

This repository host the firmware for reading the internal temperature sensor inside the STM32F446RE microcontroller.

Internal temperature sensor is connected to the ADC channel 18 (the same channel as VBAT). The reading is done by reading the ADC value when the ADC conversion is complete (using interrupt).

The temperature (in Celcius unit) is then send over the UART2 every second.

This firmware is tested and working on the NUCLEO F446RE board.

About

This repository host the firmware based on HAL library and using STM32CubeIDE as the IDE for reading the internal temperature sensor using ADC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages