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

Microcontroller Embedded C Programming Lecture 166| Detecting key press event

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

  Detecting key press event   In this article, let's understand implementing code to detect different key press events.  First of all, you should remember that when no key is…

Continue ReadingMicrocontroller Embedded C Programming Lecture 166| Detecting key press event

Microcontroller Embedded C Programming Lecture 165| Why pull-up resistors?

  • Post author:FastBitLab
  • Post published:January 23, 2023

  Importance of Pull-Up Resistors in Microcontroller Circuits   Pull-up and pull-down resistors are passive electronic components used in digital circuits to ensure that a particular input to a microcontroller…

Continue ReadingMicrocontroller Embedded C Programming Lecture 165| Why pull-up resistors?

Microcontroller Embedded C Programming Lecture 164| Keypad interfacing

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

  Keypad interfacing   In this article, let's learn about 4x4 matrix keypad interfacing. We interface the 4x4 keypad to our STM32 microcontroller and read the key pressed, and we…

Continue ReadingMicrocontroller Embedded C Programming Lecture 164| Keypad interfacing

Microcontroller Embedded C Programming Lecture 163| Testing led toggle exercise

  • Post author:FastBitLab
  • Post published:January 19, 2023

  Testing led toggle exercise   This is a code that used structures and bit fields. #include "main.h" int main(void) { RCC_AHB1ENR_t volatile *const pClkCtrlReg = (RCC_AHB1ENR_t*) 0x40023830; GPIOx_MODE_t volatile…

Continue ReadingMicrocontroller Embedded C Programming Lecture 163| Testing led toggle exercise

Microcontroller Embedded C Programming Lecture 162| Modifying led toggle exercise with structures and bit fields

  • Post author:FastBitLab
  • Post published:January 18, 2023

  Modifying led toggle exercise with structures and bit fields   In the previous article, we created different typedef structures. Let's understand what to do with those typedef structures. Our…

Continue ReadingMicrocontroller Embedded C Programming Lecture 162| Modifying led toggle exercise with structures and bit fields

Microcontroller Embedded C Programming Lecture 161| Bit-field structure for GPIOx_ODR

  • Post author:FastBitLab
  • Post published:January 16, 2023

  Bit-field structure for GPIOx_ODR   A GPIOx_ODR (GPIO Output Data Register) is a register used in microcontrollers or systems-on-chip (SoCs) to control the output state of the GPIO (General…

Continue ReadingMicrocontroller Embedded C Programming Lecture 161| Bit-field structure for GPIOx_ODR
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 31
  • 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