spi driver for stm32 f4 family of microcontrollers . The library includes two flavor of apis which is blocking and non blocking ( interrupt based ) . library includes Apis to send and receive data .
-
Updated
Jan 7, 2022 - C
spi driver for stm32 f4 family of microcontrollers . The library includes two flavor of apis which is blocking and non blocking ( interrupt based ) . library includes Apis to send and receive data .
GPIO Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver allows user to configure the gpio pins of stm32 microcontroller in Input Mode , Output mode , Alternate function mode , interrupt mode and configure interrupt priority . The driver also exposes apis to read and write data to and from gpio pins a…
A simple yet insightful program to set multiple gpio interrupts
x86 32 bit OS with a rtl8139 network card driver
This Linux kernel module is designed to provide a new service that allows to substitute multi-byte NOPs encountered along the execution trace of any intyerrupt handler with CALLs to functions specifically implemented within the module.
displays characters (0-9, A-Z) on the LED pendulum, which were previously typed into a console window on the PC
Linux kernel module to log pressed keys
Basic operating system designed as a learning project to understand low-level programming concepts
Real-time Operating Systems Logger Library with three different real-time signals
I have closely worked with STM32F411RE board and Integrated many components and created project for implementing embedded system concepts like ADC, GPIO, Interrupt, timer, Closed loop system.
STM32K144를 이용한 기초 자동차 제어입니다. (KNU EE 마이크로프로세서설계실험 수업 프로젝트)
Framework/Drivers to Get interfacing with some EX-Internal Hardware with Atmega32 MCU
a task to use UART in interrupt mode while a LED is being toggled in the main function every 500 ms. the UART interrupt asks the user to enter their name, when the user enters their name and presses Enter, their name is displayed
Project for Computer Architectures and Operating Systems Exam @ Polito - Emulate the NXP S32K3X8EVB board using QEMU, port FreeRTOS, and develop applications to verify and implement timers on the emulated board.
Implementation of a simple console over the serial line using bare-metal code on QEMU, and introducing interrupts in part 2.
A critical section function which can take the minimum priority of the interrupt that can preempt the critical section
Project for Computer Architectures and Operating Systems Exam @ Polito - Emulate the NXP S32K3X8EVB board using QEMU, port FreeRTOS, and develop applications to verify and implement timers on the emulated board.
Project for Computer Architectures and Operating Systems Exam @ Polito - Emulate the NXP S32K3X8EVB board using QEMU, port FreeRTOS, and develop applications to verify and implement timers on the emulated board.
Project for Computer Architectures and Operating Systems Exam @ Polito - Emulate the NXP S32K3X8EVB board using QEMU, port FreeRTOS, and develop applications to verify and implement timers on the emulated board.
Transferring of Data using Interrupt accessing of Control the External Task without using any printf / get and Monitoring in Terminal
Add a description, image, and links to the interrupt-handler topic page so that developers can more easily learn about it.
To associate your repository with the interrupt-handler topic, visit your repo's landing page and select "manage topics."