Skip to content

Z0Victor/STM32L476RG_LEARNING

 
 

Repository files navigation

STM32L476RG_LEARNING

This project aims to record the learning process of STM32L476RG and Hardware Abstraction Layer(HAL). This project is based on the NUCLEO-L476RG development board and is generated by the STM32CubeMX. Related videos: https://space.bilibili.com/176255057

CONTENTS:

  1. STM32L476RG_GPIO: Press the button to toggle LED2
  2. STM32L476RG_USART_INTERUPT: Sending and reciving interupt by USART(Asynchronous)
  3. STM32L476RG_PWM: Breathing light
  4. STM32L476RG_TIMER_INTERUPT: Chang the state of the LED2 (Period of Interupt: 1s)
  5. STM32L476RG_INPUTCAPTURE: Output a PWM(Frequency:1kHz, Duty:50%) and capture it, print the frequency\duty\high level time and low level time by usart
  6. STM32L476RG_EXTERNAL_INTERUPT: Press the button to toggle LED2(Interupt)
  7. STM32L476RG_LEARNING_I2C_MPU6050: Get raw data from mpu6050 using hardware I2C
  8. STM32L476RG_USART_DMA: Use DMA to complete USART sending and receiving
  9. STM32L476RG_USARTRXData_Process: Four examples of USART data processing 10.STM32L476RG_FreeRTOS: An easy FreeRTOS example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.7%
  • Assembly 2.0%
  • Other 1.3%