You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhere around commit b575ba2 a change was made that makes me unable to use this firmware on my fake DSO. I bought a fake before realizing I needed to be on the lookout, so decided to try this software. The latest commit just gives a white screen, and after wiping my config and resetting the one flash bit mentioned in some other issues, I still just get a white screen. But a much older version I found pre-built worked fine. So I spent last evening building and flashing each version until I found where they stopped working, and the two commits before the one mentioned, the screen is sideways but it does boot. But starting at b575ba2 and on, I just get a white screen.
Any ideas what might have been changed that caused this? If you need to know anything specific about my particular knockoff and its chips or anything, just let me know. In the meantime, I am using commit 08f6c5a as it is the last one that seems to work for me without the screen rotation issue.
Thanks!
The text was updated successfully, but these errors were encountered:
I am having similar issues. I kind of torched one of the JP1 pins so I guess have to use ST link from now on. TVisual studio debugger misbehaves so badly it is difficult to say what is going on but I got it to blink by turning blink_led to infinite loop. I think it was hanging on first printf. Some folks suggested the problem might be that it is STM32F103C6 not STM32F103C8.
It does say STM32F103C8 and it does not look like it was sanded so dunno.
I think it also hanged on __HAL_FLASH_PREFETCH_BUFFER_ENABLE() which is not available on all chips.
st-flash says it has 64kb flash and which is true for STM32F103C8 not C6.
Device connected is: F1 Medium-density device, id 0x20036410
STM32F103C8T6
Display is marked cl24cr492-37b which is ILI9341.
I have had this dso 150 few years unused but now I need a logic analyzer with two channels which prompted me to this quest. Strangely the on/off button does nothing which kind of suggests this might be a fake. You would have to be pretty drunk to draw a circuit with on/off switch that does nothing.
Somewhere around commit b575ba2 a change was made that makes me unable to use this firmware on my fake DSO. I bought a fake before realizing I needed to be on the lookout, so decided to try this software. The latest commit just gives a white screen, and after wiping my config and resetting the one flash bit mentioned in some other issues, I still just get a white screen. But a much older version I found pre-built worked fine. So I spent last evening building and flashing each version until I found where they stopped working, and the two commits before the one mentioned, the screen is sideways but it does boot. But starting at b575ba2 and on, I just get a white screen.
Any ideas what might have been changed that caused this? If you need to know anything specific about my particular knockoff and its chips or anything, just let me know. In the meantime, I am using commit 08f6c5a as it is the last one that seems to work for me without the screen rotation issue.
Thanks!
The text was updated successfully, but these errors were encountered: