How big of a number is 64bit? Quite big as it turns out:
Let’s see why floats are traditionally avoided in embedded systems. In reverse in a system that does use them, removing them is a very good opportunity to save space when needed.
Let’s do the experiment of doing calculations bigger than the bus size of a modern microcontroller and see how bad the generated assembly code look.
We have a look at what goes into making a webpage able to call a python script. As it turns out the security requirements makes it so that it requires quite a few layers of script:
Let’s see how to have multiple tasks inside of our micro controller without having to install an OS in it.