<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hardware Accelerators &amp; Platforms on Embedded Systems Development</title><link>https://applied-ee.github.io/embedded/docs/edge-ai/hardware-accelerators/</link><description>Recent content in Hardware Accelerators &amp; Platforms on Embedded Systems Development</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://applied-ee.github.io/embedded/docs/edge-ai/hardware-accelerators/index.xml" rel="self" type="application/rss+xml"/><item><title>NPUs, DSPs &amp; Accelerator Architectures</title><link>https://applied-ee.github.io/embedded/docs/edge-ai/hardware-accelerators/npu-dsp-overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applied-ee.github.io/embedded/docs/edge-ai/hardware-accelerators/npu-dsp-overview/</guid><description>&lt;h1 id="npus-dsps--accelerator-architectures"&gt;NPUs, DSPs &amp;amp; Accelerator Architectures&lt;a class="anchor" href="#npus-dsps--accelerator-architectures"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Neural network inference is dominated by a small set of compute-intensive operations — matrix multiplications, convolutions, and element-wise activations. A single layer of a modest convolutional network may require tens of millions of multiply-accumulate (MAC) operations. Running these on a general-purpose CPU means cycling through scalar or narrow SIMD instructions, burning power on instruction fetch, decode, and branch prediction that contributes nothing to the actual math. Dedicated hardware accelerators exist to collapse these operations into massively parallel, energy-efficient execution — but each accelerator architecture makes different trade-offs in flexibility, model constraints, and power efficiency.&lt;/p&gt;</description></item><item><title>Raspberry Pi AI HAT+</title><link>https://applied-ee.github.io/embedded/docs/edge-ai/hardware-accelerators/raspberry-pi-ai-hat/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applied-ee.github.io/embedded/docs/edge-ai/hardware-accelerators/raspberry-pi-ai-hat/</guid><description>&lt;h1 id="raspberry-pi-ai-hat"&gt;Raspberry Pi AI HAT+&lt;a class="anchor" href="#raspberry-pi-ai-hat"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;The Raspberry Pi AI HAT+ adds a Hailo-8L NPU to the Raspberry Pi 5, delivering 13 TOPS of INT8 inference throughput in an M.2 form factor mounted on a HAT+ (Hardware Attached on Top) board. The NPU connects over PCIe Gen 2 x1 — the first Pi to expose a PCIe lane for add-on hardware. This combination transforms the Pi 5 from a platform that struggles with real-time neural network inference into one that runs YOLOv8n object detection at 30+ FPS while the Arm CPU handles camera capture, display, and application logic.&lt;/p&gt;</description></item><item><title>NVIDIA Jetson Orin Nano</title><link>https://applied-ee.github.io/embedded/docs/edge-ai/hardware-accelerators/jetson-orin-nano/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applied-ee.github.io/embedded/docs/edge-ai/hardware-accelerators/jetson-orin-nano/</guid><description>&lt;h1 id="nvidia-jetson-orin-nano"&gt;NVIDIA Jetson Orin Nano&lt;a class="anchor" href="#nvidia-jetson-orin-nano"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;The Jetson Orin Nano is NVIDIA&amp;rsquo;s entry-level module in the Orin family, delivering up to 40 TOPS of AI inference throughput from an Ampere-architecture GPU combined with a Deep Learning Accelerator (DLA). Unlike NPU-based platforms that restrict models to INT8 quantized operators from a fixed set, the Jetson&amp;rsquo;s GPU-centric architecture runs arbitrary CUDA workloads — meaning virtually any model that can be expressed as a computational graph can execute on this hardware, with TensorRT providing the optimization layer between framework models and GPU execution.&lt;/p&gt;</description></item><item><title>Google Coral Edge TPU</title><link>https://applied-ee.github.io/embedded/docs/edge-ai/hardware-accelerators/coral-edge-tpu/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applied-ee.github.io/embedded/docs/edge-ai/hardware-accelerators/coral-edge-tpu/</guid><description>&lt;h1 id="google-coral-edge-tpu"&gt;Google Coral Edge TPU&lt;a class="anchor" href="#google-coral-edge-tpu"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;The Google Coral Edge TPU is a purpose-built ASIC for neural network inference, delivering 4 TOPS of INT8 throughput at just 2 W of power. It occupies the low-power, low-cost end of the hardware accelerator spectrum — simpler and more constrained than the Hailo-8L or Jetson Orin Nano, but extremely efficient for models that fit within its operator and quantization requirements. The key design philosophy is that the Edge TPU runs &lt;em&gt;fully quantized INT8 models&lt;/em&gt; with &lt;em&gt;supported operations only&lt;/em&gt; — anything outside those bounds falls back to the host CPU, often with dramatic performance consequences.&lt;/p&gt;</description></item></channel></rss>