
FlexProp: a complete programming system for P2 (and P1)
Nov 9, 2019 · 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
Dec 3, 2022 · #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.
Prop 2 and understanding the new capabilities...
Dec 2, 2010 · (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.
Learning to use assembly code on the Prop 2 - Parallax Forums
Jan 21, 2018 · 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.
Help with Debug function not working — Parallax Forums
Nov 1, 2024 · 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.
Cannot upload to Prop - Com port problems — Parallax Forums
Nov 9, 2023 · I have a Propeller Project board. When in the Prop Tool (2.7.0 Beta) I 'Identify Hardware', it finds the prop on COM2. However, if I try to compile and upload to the prop, the Prop Tool complains that "no propeller was found on any serial port. Scanned COM 2. One serial port was excluded from the search". If I go to 'Edit ports' via Edit ...
Propeller 2, What does "%00110 NCO Frequency mode" do?
May 18, 2020 · 2. "Y[31:0] will be added into Z[31:0] at each base period." Where does the Y value come from and what does it do? I volunteered to help clarify the Prop-2 documentation and appreciate the help of Forum members. Thanks. --Jon «
PROP2 Invaders - 1 Cog (Now with sound effects!) - Parallax Forums
Aug 24, 2013 · 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!
Propeller 2 Users: Get Started Here! — Parallax Forums
Feb 24, 2021 · 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 ...
Migrating from Prop 1 to Prop 2 — Parallax Forums
Jul 2, 2013 · With the prospect of the Prop 2 only a few months away (as stated in other posts) with beginners like myself just settling into the Prop1, how hard will it be to grasp the concept of working with and programming the Prop 2? Will it be a steep learning curve or will it be so familiar that someone like myself could feel comfortable with straight ...