Explore >> Select a destination


Category: microelectronics-hardware

| | projectf.io
| | This RISC-V assembler post begins by examining the RISC-V jump instructions: jal and jalr. Jump instructions are the basis of functions, so we'll then dig into function calls, the RISC-V ABI, calling convention, and how to use the stack.
| | embedded.fm
| | My post for the week got messed up when my subject dev board was suddenly obsoleted. Here is an overview of the changes when the STM32F4Discovery became the STM32F407D-DISC1. Grrrrr.
| | www.juliahgrace.com
| [AI summary] This tutorial guides readers on programming an Arduino to send SMS text messages via Python by connecting hardware components and using libraries like pyFirmatta and BreakfastSerial.