top of page
Welcome to EmbeddedHow
Home: Welcome
Home: Blog2
Search
Sunil Kumar Yadav
Oct 28, 20237 min read
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...
761 views0 comments
Sunil Kumar Yadav
Jan 15, 20234 min read
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...
185 views0 comments
Sunil Kumar Yadav
Dec 25, 20221 min read
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...
708 views0 comments
Sunil Kumar Yadav
Oct 16, 20215 min read
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...
327 views0 comments
Sunil Kumar Yadav
Oct 16, 20211 min read
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...
92 views0 comments
Sunil Kumar Yadav
Oct 16, 20212 min read
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...
75 views0 comments
Sunil Kumar Yadav
Aug 28, 20212 min read
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...
611 views0 comments
Sunil Kumar Yadav
Aug 15, 20212 min read
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...
721 views0 comments
Sunil Kumar Yadav
May 13, 20216 min read
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...
126 views0 comments
Sunil Kumar Yadav
Jan 29, 20215 min read
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...
34 views0 comments
Sunil Kumar Yadav
Mar 3, 20205 min read
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
102 views0 comments
Home: Subscribe
Home: Contact
bottom of page