schneidersoft

Results 35 comments of schneidersoft

I just rewrote the srec parser. It can handle both files you posted and should be much more robust than the previous implementation.

nice catch. fixed. Also reading the verification code I can see that when the return of the srec_read function is not checked for failure. So if you ask for a...

I suggest that there is an additional option added to allow the direct control of the reset line. in some workflows it is necessary to leave the device under reset...

Under windows I compiled stm8flash using mingw once. I had to remove support for the esp uart bootloader stuff to get it to build though.

@cmchung1208 Can you get an stlinkv2? or get me an stm8s005x6 ;D ? I'm working on a fork of stm8flash and if you're willing to test I could get ROP...

just a though, You can try updating the STLINK fw. Also always try to make this work on linux first. That way you eliminate all the libusb not working on...

Thanks! That clears it up! I was scratching my head for ages on this one.

Right. I was wondering how to integrate a tokenizer that would produce the INDENT end DEDENT tokens packcc would then be able to use.

I have a similar issue. I am trying to follow the docs. and use ffmpeg to feed mediamtx a live video stream. ffplay says some things about the source stream:...