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.
Let’s see how to have multiple tasks inside of our micro controller without having to install an OS in it.
In 100% of the embedded projects I worked on, memory became an issue at some point. Either not enough RAM or not enough flash. Here we see an easy way to optimize our data structures in order to save space in memory at no cost...
Does doubling the number of bits of a microcontroller double its processing power? What does it mean this number of bits?
This time we have a look at how to leverage the true random we generated using a Mersenne Twister to generate a lot more random numbers.
Today we keep looking into how to generate random numbers in an embedded system by acquiring random information and having a look at how to merge the randomness of multiple sources into one.
Just started a series of videos explaining how to generate good random numbers in embedded systems without the need for a True Random Number Generator. In this first part, we have a look at how to qualify randomness and what makes good random.
I see more and more the for(;;) being used as an infinite loop, I was told it is a better way of doing an infinite loop but I am not sure why. We will see what is the difference between the two.
I do not like using the arduino IDE at all but I love saving time by not having to re-invent the wheel. In this video we see how to take advantage of the arduino libraries without having to endure the IDE that comes with it....
Trying to build a project without having to spend hundreds of dollars on gear that I wouldn’t need long term (namely for a j-link programmer) I had to figure out how to program my BMD-340 modules using what I had: an st link V2.