DLO-138
DLO-138 copied to clipboard
Download compiled binary
Can someone give me a compiled download? I compiled mine with no errors, flashed it but there is only a white screen. I've downgraded the library like it is mentioned in the manual.
Flashing the stock firmware install without problems π€·π»ββοΈ
hello
you try to put this line in the first line os setup?
afio_cfg_debug_ports(AFIO_DEBUG_NONE);
` // ------------------------ void setup() { // ------------------------ afio_cfg_debug_ports(AFIO_DEBUG_NONE); DBG_INIT(SERIAL_BAUD_RATE); DBG_PRINT("Dual channel O Scope with two logic channels, ver: "); DBG_PRINTLN(FIRMWARE_VERSION);
// set digital and analog stuff
initIO();
// load scope config or factory reset to defaults
loadConfig(digitalRead(BTN4) == LOW);
// init the IL9341 display
initDisplay();
}
`
The binaries are here: https://github.com/ardyesp/DLO-138/tree/master/binaries They are five years old, I have no idea if they are made with the latest sources.
I tried flashing the precompiled binary too but it didn't work for me.
βit didn't work for me.β is not too descriptive. What happenned after you flashed the device?
βit didn't work for me.β is not too descriptive. What happenned after you flashed the device?
I just got white screen IRRC. From my digging I think my DSO-138 has a different LCD to the expected 9341. I'm waiting for ST Link to arrive to do some dev as I got tired of soldering jumpers for each compile.
... I got tired of soldering jumpers for each compile.
I soldered 2 breadboard jumper wires on it and bridged them on the breadboard π
... I got tired of soldering jumpers for each compile.
I soldered 2 breadboard jumper wires on it and bridged them on the breadboard π
Aha I just did the same. :smile: Seems like even basic things like getting the board LED to flash or TFT black screen needs that afio_cfg_debug_ports(AFIO_DEBUG_NONE);
which renders SWD/STLink useless. Oh well. :disappointed_relieved:
Did someone succeed to make a working BIN from the source? The uploaded BIN works for me, but it needs some fixes. And all the BINs that I have build do not work, and for some reason their size is greater.