#IDCode
Yes, K_i unnecessary in this regression. Estimates identical either way.

webuse nlswork, clear
areg ln_wage not_smsa, absorb(idcode)

gen K_i = idcode==1
areg ln_wage not_smsa K_i, absorb(idcode)
May 3, 2024 at 2:01 PM
by popular request: do-it-yourself implementation of semihosting using the new #GlasgowInterfaceExplorer ARM7TDMI debug probe
May 7, 2025 at 2:02 AM
It's like there is a TAP with a 1-bit IDCODE in front of the other TAPs that are supposed to be there, causing bmda/openocd to have a fit.

This also is causing the ARM DAP to not show up in the scanchain when it should,
March 31, 2025 at 6:26 AM
If you glitch one, can you glitch many?
Extracting automotive firmware is a challenge.
@phil-barr3tt.bsky.social explains how he bypassed the IDCODE protection in several variants of the RH850 MCU family using both voltage glitching and side-channel analysis ⚡️🚗
blog.quarkslab.com/bypassing-de...
March 5, 2026 at 4:05 PM
検査治具でCPLDも書き込めるといいなーと思って、codexにBSDLファイル渡して、picoのピンアサインも教えたら、IDCODEを読むソフトを数分で作ってくれた。
そして、実際に一発で動いた。驚愕…
svfファイルも渡したらSVF playerも実装してくれちゃいそう。すごい世の中になったな…
May 9, 2026 at 2:58 AM
VW ID. Code: Neues Design für SUV mit Display-Fenstern und RGB-Augen #VW #IDCode #AutoChina
VW ID. Code: Neues Design für SUV mit Display-Fenstern und RGB-Augen
Der ID. Code ist ein SUV im neuen Design, vollgestopft mit Technik, Displays und Licht. Als Konzept zeigt er VWs Zukunft in China.
www.computerbase.de
April 24, 2024 at 12:00 PM
Feed: "stardot.org.uk"
By: origami_camera on Wednesday, February 26, 2025
8-bit acorn hardware • Reprogramming an AP5 with a Platform Cable USB II and ISE iMPACT
Trying to reprogram the New AP5 with the latest firmware following the methodology in Acorn Electron AP5 Review by Least Significant Byte - and failing.Setup: Windows XP Home Service Pack 3; ElectronAP5xl.jed; XC9572XL; 3.3v reference; Platform Cable USB II Model DLC10ISE iMPACT error "Program Failed"; states "The idcode read from the device does not match the idcode in the bsdl File".Googling yields AMD troubleshooting; says, "In most cases, this error message is indicative of a board problem".Does anyone know how to address this, please?Notes:Software: "Lab Tools - Standalone Installation" from DVD accompanying Platform Cable USB II, installed following English-Chinese instructions as close as possible. Also tried official Full Installer for Windows 7/XP/Server.OS: Accompanying instructions state "XP to Win11, especially Win11"; Amazon listing states "XP, WIN7, WIN8, WIN10, Linux"; AMD/Xilinx website has "Windows 7/XP/Server". Trawling forums, I see "XP Professional" specified and "incompatible with Windows 11".Drivers: Accompanying instructions advise deselecting "install cable drivers" during installation; haven't tried leaving selected fearing no undo. Windows 11 required "core isolation memory integrity" deactivating; still didn't like the DVD's drivers; iMPACT error, "Can not find cable".Hardware: AP5 CPLD is XC9572XL. Platform Cable USB II Amazon listing states, "SMT-JTAG does not support Xilinx 95 ... series. For example, Xilinx 9500, 9500XL ... chips can be programmed with DLC9". Assume irrelevant considering my Model DLC10 is identical to that in LSB video.Wiring: XL chip so using 3.3V pins on a power breakout board (supplied 9V DC via mains) identical to that in LSB video wired to the AP5 headers labelled "+5V" - am assuming label only applies to output when the cartridge is in Plus 1.This was sparked by the thread New Electron AP5 Usage:...On the AP5 this would keep the selected bank in place over a Brk or Ctrl/Brk......So no external power up reset is required...Statistics: Posted by origami_camera — Wed Feb 26, 2025 12:09 pm — Replies 5 — Views 139
stardot.org.uk
February 28, 2025 at 1:36 AM
#openFPGALoader v1.1.0 is out! 🎇
Major highlights:
- BPI Flash
- completed ECP3 support
- improved CertusNXPro
- build-time cable/vendor driver selection
- dirtyJtag updates
- all IDCODE for Xilinx 7Series & US+
- docs refresh

Thanks to all 🍻

Full release notes:
github.com/trabucayre/o...
Release v1.1.0 release · trabucayre/openFPGALoader
Evolution summary: core new added option to select/deselect all cables, added variables ENABLE_xxx to enable corresponding cables. Some vendor drivers needs to to be disabled accordlingly CMakeLis...
github.com
March 1, 2026 at 1:52 PM