
FlexProp: a complete programming system for P2 (and P1)
2019年11月9日 · Summary: FlexProp is a GUI and compiler that lets you develop programs in Spin 1, Spin 2, BASIC, and C for the Prop 1 and Prop 2. You can mix objects written in the different languages, and it produces fast assembly code as output.
c++ prop 2 - Parallax Forums
2022年12月3日 · #include <catalina_serial2.h> #include <propeller2.h> /* * Simple test program for the 2 Port serial plugin. This program only tests * one port at a time (as defined by PORT, below). * * NOTE: * * By default, the 2 port serial plugin enables port 0 on propeller pins * 63 & 62 and port 1 on pins 52 & 50.
Learning to use assembly code on the Prop 2 - Parallax Forums
2018年1月21日 · It appears a bit to be the replacement for what are "counters" on the Prop 1. I have concluded that it is not meant to be a learning source for someone trying to get into PASM programming of the Prop 2. It appears to be documentation to define what the Prop 2 is for those who have been involved with its evolution over the years.
PROP2 Invaders - 1 Cog (Now with sound effects!) - Parallax Forums
2013年8月24日 · Here is my demo program for the Propeller 2. It is a implementation of the old Space Invaders game. It was developed on a DE0-Nano FPGA board so it uses only 1 Cog!
Prop 2 and understanding the new capabilities...
2010年12月2日 · (note: my example stages may not be exactly what the Prop 2 has for it's stages, but it's probably not far off.) Cogs can access Main Memory at each hub access window in units of 1 byte, 1 word, 1 long, or 4 contiguous quad-aligned longs: The new feature here for the Prop 2, is the "4 contiguous quad-aligned longs" bit.
Prop-2 USB HID Connections to a Host Device? - Parallax Forums
2023年8月7日 · Working with USB communications at the "bare-metal" level presents many challenges. Many of us have looked for a way to turn a Propeller-2 MCU into a Human Interface Device (HID) such as a keyboard or mouse. Sad to say, you'll need a different MCU that has a USB "peripheral" interface already installed and a library of many USB functions.
Prop-2 %10000 "Time A-Input States" How does IN get reset?
2020年6月17日 · If both the low and high states are very regular in the aspect of their duration, you can even capture CT (the system counter), either in its 32-bits, or 64-bits version, just after each IN is flagged, and, eventually, even before capturing C and the value of Z, so you can "time-tick" your captures, related to the evolution of CT.
Help with Debug function not working — Parallax Forums
2024年11月1日 · I'm fairly new to the Prop 2 and am trying to use the debugger function for the first time. I've sifted through most of the documentation I could find and haven't found any troubleshooting information. I'm running Propeller Tool 2.9.3. In the Examples I choose "DEBUG_demo.spin2.
Propeller 2 Users: Get Started Here! — Parallax Forums
2021年2月24日 · Propeller 2 Hardware - Parallax-manufactured hardware. We can also list your hardware on this forum thread and provide a link. Propeller 2 Silicon Discussion Thread; Documentation - Spin2 Programming Guide, PASM Documentation, Datasheet; Quick Bytes - examples for demonstrating Propeller 2 capabilities. Useful snippets showing everything from ...
Changes in PropTool 2.9.2 — Parallax Forums
2023年1月12日 · @"Jeff Martin" I think I found a bug in 2.9.2 using POLXY, but I can't find any changes since 2.7.0 that seems to explain it. Yes, it sure looks like it. Thanks for reporting.