Oct 27, 20221 min readEmbeddedImproving Requirements Specification using EARSThis post talks about using EARS method to improve requirement specification.
Aug 11, 20221 min readAutomotiveMemory Mapping for Autosar based Software DevelopmentMemory mapping in simple terms is the process of assigning hardware memory addresses to different items in the code - Functions & Data....
Jul 6, 20221 min readEmbeddedEmbedded Systems - Beginner's course from ARM (Free Audit)Here is an excellent certification course for Embedded System Beginners from ARM. The course is available via the Edx platform and is...
Jun 25, 20223 min readGenericLevel Up your TrainingsTrainings are important and integral part of setting up and improving the expertise of team in any organization. Technologies and...
Jun 21, 20223 min readEmbeddedKnowing your BreakpointsAs developers we have all used breakpoints on a day-to-day basis. But do we know everything about them ? Read on... What is a...
Jun 21, 20223 min readEmbeddedOptimizing Nested Switch ConstructEmbedded C ( or C, C++) programming allows building complex constructs out of simple ones to establish desired functionality. While such...
Jun 21, 20228 min readEmbeddedUnderstanding Linker DirectivesThis article enables you to understand or create linker script using linker directives. The directives and examples used in the article...