SKSuyash Koriinctrlbit-suyashkori.hashnode.dev·Sep 7, 2025 · 6 min readISR Deep Dive (Part 3): Real Example & Code WalkthroughIn the previous two parts, we explored how interrupts work on STM32 microcontrollers, starting from the peripheral side (GPIO interrupt triggering) and then moving into the processor side, where we learned how the NVIC handles interrupt enabling, dis...00
SKSuyash Koriinctrlbit-rebooting-india.hashnode.dev·Aug 15, 2025 · 12 min readA different kind of Independence Day ReflectionIndependence is not just a date on the calendar - it’s a responsibility.We’ve achieved so much as a nation, yet we know we can be so much more. This 15th August, let’s talk about what makes India incredible - and what’s stopping us from becoming unst...00
SKSuyash Koriinctrlbit-suyashkori.hashnode.dev·Aug 8, 2025 · 5 min readISR Deep Dive – NVIC Enable, Disable & Priority ManagementIn the previous blog, we explored the MCU peripheral side of interrupt handling - from how GPIO pins trigger interrupts, to the role of the ISR in responding to those events. We saw how the interrupt signal is generated at the peripheral level and se...00
SKSuyash Koriinctrlbit-suyashkori.hashnode.dev·Jul 19, 2025 · 6 min readUnderstanding GPIO Interrupts in Embedded Systems🔃Quick Recap of Interrupts and ISRs In embedded systems, Interrupts Service Routines(ISRs) allow microcontrollers to respond to external or internal events immediately, without constantly polling for changes. This makes your code efficient and respo...00
SKSuyash Koriinctrlbit-suyashkori.hashnode.dev·Jul 13, 2025 · 3 min readWhy I’m Going All-In on Embedded Systems for the Long RunEver since I started exploring the world of technology, I’ve always been curious about how things actually work under the hood — not just software, but real hardware. And that’s what drew me to embedded systems. As I start my career, I’ve made a deci...00