CodeOn-ArK / STM32_HALProject

This repo contains implementation of HAL on STM32F446RE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repo contains implementation of HAL on STM32F446RE


Languages

Language:C 99.2%Language:Assembly 0.5%Language:HTML 0.3%