top of page



Welcome to EmbeddedHow
Home: Welcome
Home: Blog2
Search

Overview Of Clock Source In ARM Cortex-M
Time isn't the main thing. It's the only thing! - Miles Davis Microcontrollers rely on their clock source, which is essential...
Sunil Kumar Yadav
Oct 28, 20237 min read
947 views
1 comment

Getting Started with ARM Cortex-M
Whether you're a layperson when it comes to technology or a passionate tech aficionado, it's highly probable that you're familiar with or...
Sunil Kumar Yadav
Jan 15, 20234 min read
217 views
0 comments

What is Serial Wire Debug?
Serial Wire Debug (SWD) is a lightweight debug protocol from ARM. Unlike traditional JTAG which required 5-pin, SWD required only 2-pin...
Sunil Kumar Yadav
Dec 25, 20221 min read
969 views
0 comments


Hard Real-Time and C++ Predictability
Hard real-time systems are characterized by their predictability. Such systems are guaranteed to perform intended action in a specified...
Sunil Kumar Yadav
Oct 16, 20215 min read
366 views
0 comments

What is Soft Real-Time System
A soft real-time system has completion of job/task as its main priority even if system misses its time deadline. In soft realtime systems...
Sunil Kumar Yadav
Oct 16, 20211 min read
94 views
0 comments


What is Hard Real-Time System?
A hard real-time system (also known as an immediate real-time system) is hardware or software that must operate within the confines of a...
Sunil Kumar Yadav
Oct 16, 20212 min read
79 views
0 comments


Why you should use strncmp over strcmp?
The standard library provides many useful functions to ease the job of software engineers. Usually, the standard library provides library...
Sunil Kumar Yadav
Aug 28, 20212 min read
675 views
0 comments

Measure elapsed time in the application using the C++ Chrono library
Developing a fast and efficient program requires in-depth knowledge of various algorithms and the underlying platforms. To assist us in...
Sunil Kumar Yadav
Aug 15, 20212 min read
814 views
0 comments


Unit Testing without Requirements!
As discussed in my earlier articles, software is not just an hidden component within a product but it is the component which distinguish...
Sunil Kumar Yadav
May 13, 20216 min read
130 views
0 comments


Pitfalls Of Using Native Compiler For Embedded software Testing
As modern technology progresses, newer generation of microcontrollers/microprocessors are getting smaller in size and more powerful with...
Sunil Kumar Yadav
Jan 29, 20215 min read
36 views
0 comments


Choosing Right Platform For Embedded Software Development
Developing software is a hard process. Developing embedded software is an even harder process. With traditional pitfalls of syntax error lik
Sunil Kumar Yadav
Mar 3, 20205 min read
105 views
0 comments
Home: Subscribe
Home: Contact
bottom of page