tag: #embedded
(23 posts)
Show all tags
-
2025-07-24
:: 🧪 nrf52833 BBC micro:bit
::
#rust,
#nrf52833,
#embedded,
#project
-
2025-07-16
:: MCU Synchronization
::
#embedded,
#basic,
#clock,
#timers,
#interrupts
-
2025-07-15
:: MCU Clock System
::
#embedded,
#basic,
#clock
-
2025-07-15
:: Interrupts (ISR, IVT, NVIC)
::
#embedded,
#basic,
#interrupts
-
2025-07-14
:: Timers
::
#embedded,
#basic,
#timers
-
2025-07-13
:: PWM (Pulse Width Modulation)
::
#embedded,
#basic,
#pwm
-
2025-07-11
:: MCU Peripherals
::
#embedded,
#basic,
#peripherals
-
2025-07-11
:: MCU Registers
::
#embedded,
#basic,
#registers
-
2025-07-11
:: Basic Embedded Rust Flow (Cortex-M)
::
#rust,
#embedded,
#basic
-
2025-07-02
:: CPU–Peripheral I/O Communication: Approaches and Trade-offs
::
#embedded,
#basic,
#cpu
-
2025-07-02
:: MMIO (Memory-Mapped I/O)
::
#embedded,
#basic,
#mmio
-
2025-07-01
:: Cross-compiling
::
#rust,
#embedded,
#basic
-
2025-07-01
:: Debugging firmware
::
#rust,
#embedded,
#basic
-
2025-06-30
:: I2C (Inter-Integrated Circuit)
::
#embedded,
#basic,
#sp
-
2025-06-30
:: SPI (Serial Peripheral Interface)
::
#embedded,
#basic,
#sp
-
2025-06-30
:: UART (Universal Asynchronous Receiver / Transmitter)
::
#embedded,
#basic,
#sp
-
2025-06-28
:: Serial Protocols
::
#embedded,
#basic,
#sp
-
2025-06-25
:: Embedded 📦 crates ecosystem
::
#rust,
#embedded
-
2025-06-24
:: 🧪 RP2040 Pico W Lab
::
#rust,
#rp2040,
#embedded,
#project
-
2025-06-16
:: Building Trustworthy Embedded Systems with Rust
::
#rust,
#embedded,
#memory
-
2025-06-12
:: GPIO (General Purpose Input / Output)
::
#rust,
#embedded,
#basic,
#gpio
-
2025-06-05
:: From Rust Source to Embedded Executable: A Deep Dive into the Compilation Process for Embedded Systems
::
#rust,
#compilers,
#embedded
-
2025-05-29
:: Critical Compression of Embedded Firmware: Understanding cargo size and Linker Strategies in Rust
::
#rust,
#embedded,
#linker