LPC2148 – RTX RTOS Porting with Keil IDE

RTX RTOS Porting for LPC2148 in Keil

Hi all….. In our last tutorial, we have seen how to port FreeRTOS into LPC2148. If you haven’t seen please go Here. Today we are going to see RTX RTOS Porting for LPC2148 in Keil. Before that, we should know the RTOS. Please read RTOS Basics PART 1, PART 2. RTX RTOS Porting for LPC2148 … Read more

LPC2148 – FreeRTOS Porting with Keil IDE

FreeRTOS Porting for LPC2148 Using Keil

This article is a Series on FreeRTOS tutorials and carries the discussion on FreeRTOS and its usage. The aim of this series is to provide easy and practical examples that anyone can understand. Today we are going to see FreeRTOS Porting for LPC2148 Using Keil. You can also read the RTOS Basic concepts and Advanced … Read more

RTOS Basics Concepts – Part 2

RTOS Advanced Tutorial

In the previous post, we have seen the RTOS basics (Part 1). So this is the RTOS Advanced Tutorial which is a continuation of that part. RTOS Advanced Tutorial Real-Time Operating Systems In Real-Time Operating Systems, each activity set as its own task which runs independently under the supervision of the kernel. For example in … Read more

Getting Started with ESP32 – Setup ESP-IDF using VS Code and Hello World Example

ESP32-IDF getting started

This article is the continuation of the Series on the ESP32 Tutorials using ESP-IDF and carries the discussion on the ESP32 and its peripherals. The aim of this series is to provide easy and practical examples that anyone can understand. In this post we will setup the ESP-IDF in VS Code (ESP32 – Getting started with ESP-IDF … Read more