• Raspberry pi with ARMV8.2 support
    Hi all... Is there any model of Raspberry pi which supports ARMV8.2 architecture. I checked raspberry pi 3 and 4 and I found out they support ARMV8 architecture. Thanks in advance
  • Running AlexNet on Raspberry Pi with Compute Library
    If you’d like to develop your Convolutional Neural Networks using just the Compute Library and a Raspberry Pi, this step-by-step guide will show you how… and it comes complete with all the tools you’ll...
  • DS18B20 with MOSFET - reading temperature from multiple sensors on Raspberry Pi
    I am attempting to read temperature data from 10 DS18B20 sensors, not connected in parasite mode. Here is the datesheet of ds18b20 [removed - broken link] It happens quite often that I don't get...
  • Raspberry Pi 2 JTAG error on memory access
    Hi all, I am trying to connect to the RPi2 JTAG. I have the following setup - Raspberry Pi 2 running Raspbian 8.0 (Jessie) - OpenOCD 0.9.0 with a J-Link EDU connected to a Ubuntu system. I...
  • ARM assembly
    I have to write an assembly code in arm (cortex A-8) ,which assigns a value passed by the user(pass by value) to a particular general purpose register(for example r0). my function looks like this ...