Jens J.

Results 85 comments of Jens J.

if using pl2303 on mac, are you sure it's geniune pl2303? I have seen some problems with clone chipsets while working on chirp project... (I guess the deciding factor is...

curious, can you run wine on your mac? I was able to run the stc-isp windows tool on wine on mac successfully, and may be useful to establish whether the...

what command line are you using? Are you writing separate code and eeprom sections? Are you trying to overflow your code into eeprom (can be done, but with a trick...

Actually, STC considers this bootloader "security", i.e. not being able to read the contents of flash/eeprom and only being able to write it, as a feature. As Grigori put it,...

From my limited experience w/ STC, IAP (in-application programming) is basically reading/writing/erasing flash blocks (program code) from your running code. I dont think this is from bootloader. You would have...

After reading this a while back, http://jjmz.free.fr/?p=191 From what I can recall, I was able to read the code sections of memory, not just EEPROM section. (I think they are...

well, @jjmz discovered an interesting hack w.r.t. flash vs eeprom space on these chips. Seems that sdcc can produce code that resides in eeprom space, stcgal will upload it (stc-isp...

also same on Mac OSX Mojave with downloaded 0.3.9 release I have scipy installed on my py3 install, however this is some self-executable/encapsulated py, so maybe it's missing from there?...

Curious also if anyone notices that in the case of CLB, the tags propagate to the LB resource (expected), but do not propagate to auto-created SG resource (unexpected)? (seems like...

Any workarounds, such as tweaking timeout/retry/abandon settings, etc? Any way to detect the issue existing aside from monitoring docker daemon log stream?