Get our free extension to see links to code for papers anywhere online!Free add-on: code for papers everywhere!Free add-on: See code for papers anywhere!
Abstract:This paper proposes a method for generating software components for embedded systems, integrating seamlessly into existing implementations without developer intervention. We demonstrate this by automatically generating hardware abstraction layer (HAL) code for GPIO operations on the STM32F407 microcontroller. Using Abstract Syntax Trees (AST) for code analysis and Retrieval-Augmented Generation (RAG) for component generation, our approach enables autonomous code completion for embedded applications.
* Sebastian Haug: This paper, spanning 12 pages with 5 figures,
presents my work on automated code generation and validation for STM32F407
microcontroller software components. Developed as part of a research project
at Munich University of Applied Sciences and AGSOTEC GmbH, it leverages AST
and RAG to streamline embedded development. Includes glossary and
bibliography as supplementary materials