Sunil Kumar YadavOct 45 min readGPU: Getting Started With CUDAWhat is GPU? A graphics processing unit (GPU) is an electronic circuit that processes images and accelerates the rendering of 3D computer...
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 YadavSep 19, 202113 min readgprof: How To Use GNU Profiling Tool?Efficiency in software engineering is associated with reliability, speed, and programming methodology used in developing software for an...
Sunil Kumar YadavAug 28, 20212 min readWhy 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...