michar71 / Open-DSO-150

An open source firmware for JYE Tech DSO-150 Digital Storage Oscilloscope
225 stars 41 forks source link

Fnirsi Dso-150 #63

Open hakan1498 opened 1 year ago

hakan1498 commented 1 year ago

Will Fnirsi Dso-150 model support come?

hakan1498 commented 1 year ago

There are differences in the screen, keypad, analog board. So your version doesn't work. Screen opens, trigger, arrow keys do not work. The gnd/dc/ac switch is reversed or not working. These can be easily adjusted from the software. But my computer is insufficient to write code and I don't have a stlink card. I'm throwing .hex with ftdi card. The problem of those who have fnirsi dso-150 device is big and fnirsi brand is not behind the devices, they do not share the software. For shared software, special fnirsi boot software is required, they do not provide it. Do you have a compilation for us madur fnirsi users?

marianomd commented 1 year ago

+1

I've been trying to debug it on FNIRSI, but it seems something is very wrong. Enabled the UART for debugging purposes, and when initializing TIM3, the UART crashes in a timeout while.

Disabling the UART, it crashes in InitIO() (Hal tim pwm start).

If I regain motivation I will keep trying.