/STM32_HALProject

This repo contains implementation of HAL on STM32F446RE

Primary LanguageC

STM32_HALProject

Hello all !!

This Repo contains application of ST's HAL API's on a STM32F446RE Nucleo board.

Various examples have been implemented ranging in the following topics ->

  • HSE/HSI && PLL
  • TIMERS Input capture/ Output Compare
  • PWM
  • SLEEP modes in WFI/WFE && DEEPSLEEP
  • Current measurement in SLEEP as well as RUN modes
  • UART
  • BACKUP SRAM
  • RTC && related things
  • DMA
  • ADC

How to use this??

  • -> Clone this repo into any directory
  • -> Import the projects using STM32Cube IDE's Import WIZARD
  • -> First clean the project u wish to work on
  • -> Experiment && enjoy !!
Contributions accepted generously