stm8ef icon indicating copy to clipboard operation
stm8ef copied to clipboard

STM8 eForth - a user friendly Forth for simple µCs with docs

Results 9 stm8ef issues
Sort by recently updated
recently updated
newest added

Yes the link you showed is the exact tester. I have 3 of them and use them to validate battery capacity of NiMH as well as my 18650's. I see...

new board

To me a major advantage of 4th is being able to work on it into the indefinite future, but without saving the source on the target this advantage often disappears....

enhancement

Hi Thomas, just FYI, new board ZFC39 with STM8S003 micro-controller. It can control up to three PC PWM fans. http://www.ebay.com/itm/PC-CPU-12V-4-Wire-Fan-Temperature-Control-PWM-Speed-Control-Module-W-Alarm/282460745283?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2057872.m2749.l2649 http://www.formfactors.org/developer/specs/4_wire_pwm_spec.pdf BTW, I am sorry for new issue but there...

enhancement
new board

al177 forked stm8ef and added initial board support for the HC12 (Si4463 not yet working). To do: * reverse engineer the HC12 * enable a wireless Forth console on a...

enhancement
new board

There is a new hackable successor for the CN2596 "DCDC converter with voltmeter": the "MH" board. Initial board support is in [this gist](https://gist.github.com/TG9541/666e421f80dfbc6cca5957238175bf08) and a discussion is ongoing in HaD...

new board

I was poking around the ADC code today in mindev because I wanted to slow the CPU clock of a STM8S003 to power consumption but I still waned to do...

By accident I noticed that for Windows there is now an alternative to e4thcom: > escom is a terminal program that runs under Windows. It can be used for communicating...

Documentation

Documentation clean-up: * make docs/words.md more complete * make the general `README.md` more in line with common practice for documenting OSS projects * provide a common structure in sub-directories where...

Documentation

Ref: https://github.com/TG9541/stm8ef/wiki/Board-HC12 According to the stm8s003f3 specs, the `SPI_NSS` line, which I think is the one that should be connected to the 4463's `nSEL` (but do correct me if I...