• How to start ARM Programming???
    Dear All, I am new to Arm Processors, I don't know how to start Arm Programming and Application development, can anybody help me? I have working experience on DSP Processor, and Microcontroller, which...
  • 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 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
  • How to create jump-tables in Armv8 Arm32 assembly language?
    I've been learning Arm32 assembly on my Raspberry Pi recently and all is going well but I would like to create a jump table and have no idea how. The bl (branch and link) instruction needs an address...
  • How to execute 32-bit ARM assembly in a 64-bit environment
    Hi everyone, I have a 32-bit arm assembly program and I'd like to run it in a 64-bit os (in particular, in a raspberry pi 3 board). Which libraries do I need in order to do that? Thanks in advance...