Programming via another processor
ftkalcevic
Posts: 10
I want to be able to program my propeller from another microcontroller when it boots.· The data sheet says this is done using p30 and p31, but I can't find any info on the protocol.· Is this documented anywhere?
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH
Frank
For compiling or assembling, there's really nothing you can use unless you're willing to do a lot of work. Major portions of Propellent and the compiler/assembler of the Propeller Tool are written in Intel assembly language. There is a Spin compiler/assembler written in Spin that runs entirely on the Propeller, but requires an SD card and uses an attached PS/2 keyboard and TV display (the Sphinx system by Michael Parks [noparse][[/noparse]mparks]). It would be possible to modify the Sphinx system to use a virtual disk supplied by the embedded system and a virtual keyboard / display also supplied by the embedded system.
Thanks,
Frank