Sunil Kumar YadavOct 28, 20237 min readOverview Of Clock Source In ARM Cortex-MTime isn't the main thing. It's the only thing! - Miles Davis Microcontrollers rely on their clock source, which is essential...
Sunil Kumar YadavAug 28, 20234 min readOperation Mode and Access Level in ARM Cortex MIn our last article, we've gone through a brief overview of ARM Cortex M series microcontrollers and using the STM32 development board...
Sunil Kumar YadavDec 25, 20221 min readWhat 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 YadavOct 16, 20215 min readHard Real-Time and C++ PredictabilityHard real-time systems are characterized by their predictability. Such systems are guaranteed to perform intended action in a specified...
Sunil Kumar YadavFeb 21, 20216 min readHow To Perform Efficient Unit TestingSoftware is no longer just a hidden component within products and hence it is very important to ensure product is defect free. Learn Unit Te
Sunil Kumar YadavJan 29, 20215 min readPitfalls Of Using Native Compiler For Embedded software TestingAs modern technology progresses, newer generation of microcontrollers/microprocessors are getting smaller in size and more powerful with...
Sunil Kumar YadavMar 3, 20205 min readChoosing Right Platform For Embedded Software DevelopmentDeveloping software is a hard process. Developing embedded software is an even harder process. With traditional pitfalls of syntax error lik