Well now I success. I found the error in:
Espruino-master/targets/stm32/jshardware.c, downloaded today.
It say's espruino_1v72_stm32f3discovery.bin when compiled.
The fault is in section 3: it vent 1,2,4 and should be 0,1,2.
At the same time I removed JSH_PIN0, because it is 0, and something - 0 gives something. That saved me 24 bytes.
I don't know what it else have influence on.
I hope you can integrate it in the next version.
C is difficult I must say.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Well now I success. I found the error in:
Espruino-master/targets/stm32/jshardware.c, downloaded today.
It say's espruino_1v72_stm32f3discovery.bin when compiled.
I have changed the following lines:
The fault is in section 3: it vent 1,2,4 and should be 0,1,2.
At the same time I removed JSH_PIN0, because it is 0, and something - 0 gives something. That saved me 24 bytes.
I don't know what it else have influence on.
I hope you can integrate it in the next version.
C is difficult I must say.