Habe gerade was gefunden.
https://forums.parallax.com/discussion/ ... al-only/p1
Die Suche ergab 2702 Treffer
- Mi 27. Jan 2021, 09:01
- Forum: Propeller Mikrocontroller und Elektronik
- Thema: P1 -> P2
- Antworten: 3
- Zugriffe: 563
- Fr 22. Jan 2021, 12:51
- Forum: Propeller Mikrocontroller und Elektronik
- Thema: P2 & SIDCogP2
- Antworten: 0
- Zugriffe: 830
P2 & SIDCogP2
Hallo, ich hab mir mal den SIDCogP2 aus den Forum gezogen. v1.3.E1 (Januari 2019) - SIDcog now runs at a sample rate of ~250 kHz on a 80 MHz P2 (8 times higher than before) thanks to the points below - Changed multiplication to hardware instructions - Changed shift/mask instruction to getnib, getwor...
- Fr 22. Jan 2021, 12:11
- Forum: Propeller Mikrocontroller und Elektronik
- Thema: P2 or P2X8C4M64PES
- Antworten: 34
- Zugriffe: 3939
Re: P2 or P2X8C4M64PES
Zurück zur normalität: LM 1117 MP-1.8 LDO-Spannungsregler, fix, 1,8 V, 800mA, SOT-223 https://www.reichelt.de/ldo-spannungsregler-fix-1-8-v-800ma-sot-223-lm-1117-mp-1-8-p187603.html?CCOUNTRY=445&LANGUAGE=de&trstct=pos_0&nbc=1&&r=1 LM 1117 MPX-3.3 LDO-Spannungsregler, fix, 3,3 V, 800mA, SOT-223 https...
- Mi 20. Jan 2021, 17:59
- Forum: Propeller Mikrocontroller und Elektronik
- Thema: Propellertool für P2
- Antworten: 3
- Zugriffe: 618
Re: Propellertool für P2
ctra - > ptra
ctrb - > ptrb
passt das?
Für den Rest habe ich nichts gefunden.
ctrb - > ptrb
passt das?
Für den Rest habe ich nichts gefunden.
- Mi 20. Jan 2021, 12:16
- Forum: Propeller Mikrocontroller und Elektronik
- Thema: P2 or P2X8C4M64PES
- Antworten: 34
- Zugriffe: 3939
Re: P2 or P2X8C4M64PES
MHz+cogs vs I@1.8V P2v1 P2v2 v2/v1 -------------------------------------------------- 20MHz PLL, 1 cog 66 mA 29 mA 44% 20MHz PLL, 2 cogs 69 32 46% 20MHz PLL, 4 cogs 76 37 49% 20MHz PLL, 8 cogs 89 49 55% 40MHz PLL, 1 cog 129 55 43% 40MHz PLL, 2 cogs 136 61 45% 40MHz PLL, 4 cogs 148 72 49% 40MHz PLL,...
- Di 19. Jan 2021, 13:41
- Forum: Propeller Mikrocontroller und Elektronik
- Thema: Propellertool für P2
- Antworten: 3
- Zugriffe: 618
Re: Propellertool für P2
Super :x Application kann nicht beendet werden. EurekaLog 6.0.18 Application: -------------------------------------------------------- 1.1 Start Date : Tue, 19 Jan 2021 13:09:30 +0100 1.2 Name/Description: Propeller.exe - (Propeller Tool) 1.3 Version Number : 2.4.1.0 1.4 Parameters : 1.5 Compilation...
- Di 19. Jan 2021, 13:32
- Forum: Propeller Mikrocontroller und Elektronik
- Thema: P1 -> P2
- Antworten: 3
- Zugriffe: 563
Re: P1 -> P2
Hääääää...
Kann das sein das der P2 nicht alle Befehle vom P1 Versteht?
Was soll das?
Warum sind die Raus?
Muss jetzt sämtliche Software neu geschrieben werden?
Kann das sein das der P2 nicht alle Befehle vom P1 Versteht?
Was soll das?
Warum sind die Raus?
Muss jetzt sämtliche Software neu geschrieben werden?

- Di 19. Jan 2021, 13:26
- Forum: Propeller Mikrocontroller und Elektronik
- Thema: Propellertool für P2
- Antworten: 3
- Zugriffe: 618
Propellertool für P2
Irgendwas läuft schief mit dem Teil.
Wo sind die refferenzen für:
par
cnt
ctra
ctrb
...
hinterlegt.
Wo sind die refferenzen für:
par
cnt
ctra
ctrb
...
hinterlegt.
- Fr 15. Jan 2021, 11:49
- Forum: Propeller Mikrocontroller und Elektronik
- Thema: P1 -> P2
- Antworten: 3
- Zugriffe: 563
Re: P1 -> P2
Doch nicht ganz gleich. Wie soll man das dem P2 beibringen? mov vcfg, videoState mov frqa, frequencyState movi ctra, #%0_00001_101 rdlong buffer, par mov vscl, visibleScale waitvid screenColors, screenPixels screenColors res 1 Das propellertool stößt sich an: vcfg frqa ctra par vscl screenColors DAT...
- Fr 15. Jan 2021, 10:59
- Forum: Selbstbauprojekte
- Thema: KC85/4 dual VGA
- Antworten: 69
- Zugriffe: 29229
Re: KC85/4 dual VGA
Höchen lange war ruhe hier. :) Da ich mittlerweile einige P2 in der Bastelkiste habe, mache ich mir um dieses Projekt wiedermal Gedanken. Hauptprobleme sind: - Die Stromaufnahme 1,8V sollte unter 1,2A sein. - Die Stromaufnahme 3,3V sollte unter 0,1A sein. Bei VGA sollte das einzuhalten sein, aber be...