Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wa1tnr/amrforth-v7-f330
amrFORTH v7.1.0_beta +C8051F330 +CP2104 for gforth 0.6.2
https://github.com/wa1tnr/amrforth-v7-f330
8051 amrforth c8051 c8051f330d c8051f33x forth gforth interpreter retro-computing silabs tethered-forth
Last synced: 5 days ago
JSON representation
amrFORTH v7.1.0_beta +C8051F330 +CP2104 for gforth 0.6.2
- Host: GitHub
- URL: https://github.com/wa1tnr/amrforth-v7-f330
- Owner: wa1tnr
- License: lgpl-2.1
- Created: 2018-02-06T07:59:47.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T23:51:44.000Z (10 months ago)
- Last Synced: 2024-04-19T17:24:11.208Z (8 months ago)
- Topics: 8051, amrforth, c8051, c8051f330d, c8051f33x, forth, gforth, interpreter, retro-computing, silabs, tethered-forth
- Language: Forth
- Homepage:
- Size: 6.87 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amrforth-v7-F330
amrFORTH v7.1.0_beta +C8051F330 +CP2104 for gforth 0.6.2This project produces a functioning JTAG/C2 interface between
a pair of C8051F330 MCU's. Serial bootloading/downloading is
supported through Gforth 0.6.2 (but no later). Some amrFORTH
functionality commented-out to mesh with Gforth 0.6.2 -- these
functions work well with later Gforth versions (0.7.x) (or at
least do not obstruct more common uses of the system).However, this version of amrFORTH does not permit serial bootload/
download when used with later versions of Gforth (at least not
with CP2104 PiUART, the intended interface to the host PC).As it took many hours of troubleshooting to come up with that
point of view, it may be in error. The project was looking to
fail the serial download capability, until the rollback of
Gforth strategy was tried. That works, and is the current
state of this project.