la104 firmware work

|work| | La104 Firmware Work

Here are the three most active and useful firmware bases for :

The stock triggers (rising, falling, edge) are fine, but I wanted to catch pulses shorter than 10ns. I added a simple "width trigger" to the RLE decoder. If a pulse was narrower than a user-defined threshold, the capture stopped and highlighted it. This alone made debugging a flaky SPI CS line trivial. la104 firmware work

When I picked up my LA104, it worked fine with the stock firmware. It captured I2C, SPI, and UART at reasonable speeds. But I couldn’t shake the feeling that this little device had untapped potential. So, I decided to roll up my sleeves and dive into the firmware. Here are the three most active and useful