Daniels Blog
Archiv 3D-Modelle รœber mich Datenschutz Impressum

Daniels Blog

Hier kommt was tolles hin!

  • Sun 23 August 2026

    STM32H7 Custom ISR without HAL handlers

    Embedded ๐Ÿ‡บ๐Ÿ‡ธ

    When programming an STM32 MCU you might come to the point that you want to improve your interrupt execution time by implementing your custom highly specifiedinterrupt handler and skipping the HAL provided one. When using a CubeMX generated project with the HAL, creating my own handler is easier, than I thought

    microcontrollers stm32 programming
  • Thu 12 October 2023

    C strlen comparisons

    Programming ๐Ÿ‡บ๐Ÿ‡ธ

    In a recent learning project i was implementing a XML-parser in c. After benchmarking my naive implementation on a 12M XML-file i stumbled over something very interesting. The function using 99% of my time was strlen even though it was only called in a couple of locations. I could figure โ€ฆ

    c programming optimization coding
  • Wed 08 February 2023

    My advances using OpenSCAD as a graphing tool

    Programming ๐Ÿ‡บ๐Ÿ‡ธ

    On my way to implement every possible container in C++ I started debugging data structures using OpenSCAD an open source CAD software.

    OpenSCAD c++ coding programming

This blog is licensed under CC-BY-SA 3.0