Skip to content

Random IT Utensils

IT, operating systems, maths, and more.

  • .NET Internals Cookbook
  • Bio
  • Series and interesting posts
  • Talks, Papers, Workshops
    • Async Biggest C# Mistake
    • Debugging Memory Leaks in .NET
    • DLL Injection in Windows
    • Exploring memory in .NET
    • From Bulb to High Level Language
    • Generics everywhere
    • Hacking C# From the Inside
    • Integer Linear Programming
    • Internals of Async
    • Internals of Exceptions
    • Manual Memory Management
    • Ordering the Chaos
    • Understanding Windows and .NET

Tag: STM32

STM32 Key Part 4 — Server

February 17, 2018December 10, 2017 ~ 1 Comment

This is the fourth part of the STM32 series. For your convenience you can find other parts in the table of contents in Part 1 – DES implementation We have all the building blocks for STM32 server, so let’s write it. Implementation main.c delay.c simple_server.c And it looks like this is it. Summary We have … Continue reading STM32 Key Part 4 — Server

STM32 Key Part 3 — ARP, IP, UDP

February 10, 2018December 10, 2017 ~ 1 Comment

This is the third part of the STM32 series. For your convenience you can find other parts in the table of contents in Part 1 – DES implementation Today we are going to handle some network packages on the STM32. Let’s go. Libraries around I am not going to describe how to handle SPI, LEDs … Continue reading STM32 Key Part 3 — ARP, IP, UDP

STM32 Key Part 2 — Chat application

February 3, 2018December 10, 2017 ~ 1 Comment

This is the second part of the STM32 series. For your convenience you can find other parts in the table of contents in Part 1 – DES implementation Today we are going to write very simple Java application to be able to see the traffic and communicate with our STM32. Let’s begin. Implementation We assume … Continue reading STM32 Key Part 2 — Chat application

STM32 Key Part 1 — DES implementation

January 27, 2018February 17, 2018 ~ 3 Comments

This is the first part of the STM32 Key series. For your convenience you can find other parts using the links below (or by guessing the address): Part 1 — DES implementation Part 2 — Chat application Part 3 — ARP, IP, UDP Part 4 — Server Today we start a new series in which … Continue reading STM32 Key Part 1 — DES implementation

Recent Posts

  • Types and Programming Languages Part 2 — Exception while handling exception
  • Types and Programming Languages Part 1 — Do not return in finally
  • .NET Inside Out Part 25 – Using is broken revisited
  • Async Wandering Part 11 — Wrapping fibers in context
  • Rx — Custom traffic shaper

Categories

  • Administration
  • Coding
  • Computer Science
  • Databases
  • Debugging
  • Math

Archive

  • January 2021 (3)
  • December 2020 (4)
  • November 2020 (4)
  • October 2020 (5)
  • September 2020 (4)
  • August 2020 (5)
  • July 2020 (4)
  • June 2020 (4)
  • May 2020 (5)
  • April 2020 (4)
  • March 2020 (4)
  • February 2020 (5)
  • January 2020 (4)
  • December 2019 (4)
  • November 2019 (5)
  • October 2019 (4)
  • September 2019 (4)
  • August 2019 (5)
  • July 2019 (4)
  • June 2019 (5)
  • May 2019 (4)
  • April 2019 (4)
  • March 2019 (5)
  • February 2019 (5)
  • January 2019 (4)
  • December 2018 (5)
  • November 2018 (4)
  • October 2018 (4)
  • September 2018 (5)
  • August 2018 (4)
  • July 2018 (4)
  • June 2018 (5)
  • May 2018 (4)
  • April 2018 (4)
  • March 2018 (5)
  • February 2018 (4)
  • January 2018 (4)
  • December 2017 (5)
  • November 2017 (4)
  • October 2017 (4)
  • September 2017 (5)
  • August 2017 (4)
  • July 2017 (5)
  • June 2017 (4)
  • May 2017 (4)
  • April 2017 (5)
  • March 2017 (4)
  • February 2017 (4)
  • January 2017 (4)
  • December 2016 (5)
  • November 2016 (4)
  • October 2016 (5)
  • September 2016 (4)
  • August 2016 (4)
  • July 2016 (5)
  • June 2016 (4)
  • May 2016 (4)
  • April 2016 (5)
  • March 2016 (4)
  • February 2016 (4)
  • January 2016 (5)
  • December 2015 (4)
  • November 2015 (4)
  • October 2015 (5)
  • September 2015 (4)
  • August 2015 (3)

RSS Posts

  • Types and Programming Languages Part 2 — Exception while handling exception January 16, 2021
  • Types and Programming Languages Part 1 — Do not return in finally January 9, 2021
  • .NET Inside Out Part 25 – Using is broken revisited January 2, 2021