Skip to content
Email: contact@fastbitlab.com
FastBit EBA
  • Home
  • All Courses
  • Rust
  • Contact Us
  • Learn Free
  • Shop
Menu Close
  • Home
  • All Courses
  • Rust
  • Contact Us
  • Learn Free
  • Shop

STM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 23| ILI9341 LCD programming and data interface

  • Post author:FastBitLab
  • Post published:May 2, 2023

  ILI9341 LCD programming and data interface   The ILI9341 LCD driver chip is widely used for displaying graphical content in embedded systems. It is an affordable and easy-to-use display…

Continue ReadingSTM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 23| ILI9341 LCD programming and data interface

STM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 22| Setting up main system clock code implementation part-6

  • Post author:FastBitLab
  • Post published:April 28, 2023

  Setting up main system clock code implementation part-6   SystemClock_Setup code for STM32F407 Discovery Board  void SystemClock_Setup(void) { RCC_TypeDef *pRCC = RCC; FLASH_TypeDef *pFlash = FLASH; PWR_TypeDef *pPWR =…

Continue ReadingSTM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 22| Setting up main system clock code implementation part-6

STM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 21| Setting up main system clock code implementation part-5

  • Post author:FastBitLab
  • Post published:April 26, 2023

  Setting up main system clock code implementation part-5   Turn on PLL and wait for PLLCK ready Here, I used the REG_SET_BIT macro. Because I have to set only…

Continue ReadingSTM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 21| Setting up main system clock code implementation part-5

STM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 20| Setting up main system clock code implementation part-4

  • Post author:FastBitLab
  • Post published:April 24, 2023

  Setting up main system clock code implementation part-4   Setup main system clock(SYSCLK) Configure main PLL parameters Configure PLLSAI parameters Configure AHB, APBx prescalers Turn on the main PLL…

Continue ReadingSTM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 20| Setting up main system clock code implementation part-4

STM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 19| Setting up main system clock code implementation part-3

  • Post author:FastBitLab
  • Post published:April 22, 2023

  Setting up main system clock code implementation part-3   Setup of the main system clock Below code snippets shows the completed setting up LCD_CLK using the PLLSAI block. /////////////////This…

Continue ReadingSTM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 19| Setting up main system clock code implementation part-3

STM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 18| Setting up main system clock code implementation part-2

  • Post author:FastBitLab
  • Post published:April 21, 2023

  Setting up main system clock code implementation part-2   The process of setting up the PLL_M, PLL_N, and PLL_P codes is depicted below. void SystemClock_Setup(void) { RCC_TypeDef *pRCC =…

Continue ReadingSTM32-LTDC, LCD-TFT, LVGL (MCU3) Lecture 18| Setting up main system clock code implementation part-2
  • Go to the previous page
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 94
  • Go to the next page

Articles

Finite state Machine(FSM) FreeRTOS Lectures Linux Device Driver Programming Lectures Linux Device Driver Programming Tutorial Microcontroller Embedded C programming Lectures STM32 GPIO Lectures STM32 I2C Lectures STM32 SPI Lectures STM32 UART Lectures STM32 USART Lectures STM32-LTDC (MCU3) Lectures
  • STM32-LTDC, LCD-TFT, LVGL(MCU3) Lecture 65| Testing RGB mixer application on STM32F746 and STM32F407 DISC board
  • STM32-LTDC, LCD-TFT, LVGL(MCU3) Lecture 64| About touch screen controller
  • STM32-LTDC, LCD-TFT, LVGL(MCU3) Lecture 63| Testing RGB mixer application on STM32F429 DISC board
  • STM32-LTDC, LCD-TFT, LVGL(MCU3) Lecture 62| Exercise implementation on simulator part-7
  • STM32-LTDC, LCD-TFT, LVGL(MCU3) Lecture 61| Exercise implementation on simulator part-6

Please share this

Copyright 2025 - fastbitlab.com