Nehodí se? Vůbec nevadí! Zboží můžete vrátit až do 30 dní
S dárkovým poukazem nešlápnete vedle. Obdarovaný si za dárkový poukaz může vybrat cokoliv z naší nabídky.
Až 30 dní na vrácení zboží
Every embedded engineer hits the same wall eventually: the HAL call that "just works" until it doesn't, the interrupt that fires at the wrong priority, the delay loop that behaves differently the moment you flip on compiler optimization. Vendor libraries are convenient right up until something breaks underneath them, and then you're stuck debugging a black box instead of your own code.
Bare-Metal Embedded C strips that black box away. This is a hands-on, register-level guide to programming ARM Cortex-M microcontrollers with nothing between your code and the silicon - no operating system, no bloated abstraction layer, no mystery. Just C, the datasheet, and complete control over the hardware.
Starting from an empty project directory, you'll construct a complete firmware image from scratch - startup code, vector table, linker script, and all - before moving into real, working peripheral drivers:
Every example is a complete, compilable listing, not a fragment you're left to guess around. Every register access is explained at the bit level, so you understand exactly why the code is written the way it is, not just that it works.
You should already be comfortable with C - pointers, structs, functions. You don't need any prior embedded experience. Everything else, this book builds from the ground up.
This isn't a reference manual dump or a copy-paste tutorial series. It's written the way a senior firmware engineer would actually explain things to someone they were mentoring - theory first, then real code, then a clear breakdown of why every design decision was made, including the mistakes that trip people up in production: missing volatile qualifiers, uncleared interrupt flags, race conditions between ISRs and the main loop, stack overflows that silently corrupt unrelated memory.
By the last page, you won't just have blinked an LED. You'll have built a complete, interrupt-driven, multi-peripheral firmware application using the same architecture patterns professional teams use in production - and you'll be able to read any Cortex-M datasheet from any vendor and know exactly what to do with it.
Scroll up and grab your copy. Your microcontroller has been waiting.
Ahoj! Jsem Libroamiko, tvůj knižní rádce.
Jak ti můžu pomoct?