Dung Claire , 08-23-2026, 03:57 PM
I'm bringing up a batch of custom 8-channel EEG acquisition boards based on an open, published design. MCU is an STM32L433RCT6, ADC is a TI ADS131M08, intended to be flashed via USB DFU bootloader.Symptom:* When the board is connected via USB-C to a host (tested on macOS), it does not enumerate at all. I checked withdfu-util -l,system_profiler, and log stream, none show any sign of a device being detected, not even a partial/failed enumeration attempt.* Within a few seconds of being powered, a specific region of the board around the LDO regulator (silkscreen ref U10) and a nearby capacitor (C2) becomes noticeably hotter than the rest of the board.* With a multimeter in continuity/diode mode (board unpowered), measuring from V+ to GND near that area produces a continuous continuity beep, which I'm reading as a possible short, but I'm open to being wrong about that interpretation.Scope:We have 5 boards from the same production batch. At least one other, independently tested board shows the same heat-and-no-enumeration symptom in the same physical location, so this doesn't look isolated to a single unit.What I have available to test further:* Multimeter (continuity/diode/resistance modes)* Basic soldering iron* No oscilloscope or bench power supply with current limiting yetWhat I'm hoping to learn:* Is this heat + zero-enumeration pattern consistent with any specific failure mode you've seen before (e.g. reversed/shorted regulator, bad decoupling cap, ESD damage, something else)?* What's the safest and most reliable next diagnostic step, given what I have on hand?Happy to share the schematic PDF, board photos, and netlist if that's useful for anyone taking a look.