Skip to content
View Akshay-Chandra-AN's full-sized avatar
💭
Embedded Software Engineer (Automotive Cybersecurity), M.Tech (BITS PILANI)
💭
Embedded Software Engineer (Automotive Cybersecurity), M.Tech (BITS PILANI)

Block or report Akshay-Chandra-AN

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. tiny-risc-cpu tiny-risc-cpu Public

    A simple 16-bit RISC CPU written from scratch in C. topics: cpu risc virtual-machine c computer-architecture systems-programming emulator

    C 5

  2. Code_Crunch Code_Crunch Public

    Assembly 1

  3. Baremetal_Driver_Development Baremetal_Driver_Development Public

    Bare-metal STM32F4 projects exploring ARM Cortex-M4 internals: RTOS,GPIO, USART, bit-banding, interrupts, exceptions, stack use, privilege levels, SVC, fault handling, and simple task scheduling. A…

    C 1

  4. DSA_Embedded_Systems DSA_Embedded_Systems Public

    My DSA, coding, and embedded-systems problem-solving practice. Includes algorithms, data structures, low-level coding patterns, and firmware-oriented challenges to strengthen both software and embe…

    C 1

  5. uart_baremetal_stm uart_baremetal_stm Public

    This repository contains a bare-metal UART driver implementation for STM32 microcontrollers, developed without using HAL or Cube libraries. The project demonstrates direct register-level programmin…

    Assembly

  6. fault_exception fault_exception Public

    simulate fault/exception and analyze the system's behaviour.

    Assembly