schneidersoft

Results 35 comments of schneidersoft

what is spi based swim emulation? did you code it? or are you asking for someone to code it?

You might be able to use my fork of stm8flash for that. ```./stm8flash -p stm8s207rb -r ram output.ihex``` You can also set the memory area you want to read explicitly....

I don't have the stm8s207rb to test. however I have tested this with the stm8l050j3. `stm8flash-0.1.0-aa9786e5.exe -p stm8l050j3 -f -r [0x0000:0xa000] dump.bin` Note that you must use my fork: https://github.com/schneidersoft/stm8flash...

You can download it from my GitHub page

Open an issue on my forks' page and explain what the problem is please.