Typecasting in C: Under the Hood with ARM Cortex-M4 Assembly
What is Typecasting? There are various sizes and formats in which data can be natively represented in the C language e.g. char, int, float etc. »
I occasionally browse hackaday with the hope that some project will guilt inspire me into creating something interesting. A posting which got my attention was the »
GNU Make is something I've always considered to be the necessary evil of C projects. Writing a Makefile with a call or two to GCC is »
I've been looking at the RTP specification lately and it's hard not to notice the protocol's reliance on random numbers. For instance, the RFC recommends the »
What is Typecasting? There are various sizes and formats in which data can be natively represented in the C language e.g. char, int, float etc. »
Git is a massively popular Version Control System (VCS), and should need no introduction. I've been using it for several years now, and have found it »
STM32F4 Discovery Boards You may or may not be aware that the STM32F407 evaluation boards (STM32F4DISCOVERY / STM32F407G-DISC1) are kitted out for audio processing. They come equipped »
About Recently I've been playing about with a STM32F4DISCOVERY project which requires some DSP - nothing special, just a low pass filter. My DSP is pretty »
The Ubuntu VM I have been previously using for STM32 development is rapidly falling out of date. Rather than upgrade it I fancied a change (albeit »
Hello World. »