Resources wanted ?
VonSzarvas
Posts: 3,448
Hi everyone!
I'm compiling a list of resources / drivers / examples / app notes / etc.. customers would like to find at the Parallax site.
Appreciate any ideas you could suggest or request here, for either P1 or P2.
The P2 list starts with:
- microSD FAT drivers
- USB drivers
Comments
@VonSzarvas
If I understand correctly (still on coffee #1 )
I would like examples and app notes covering the counters.
Craig
Perfect. There is work afoot to enrich these sorts of resources. Counters a great suggestion; now added to the list.
Thanks.
DACs. We have 16-bit (dithered)?
Craig
I have a driver for this. I think it's performance is absolutely state of the art (multiple axes per cog, sub-step resolution with very little jitter, setup-time violation avoidance, anti-jerk filter included...) but the drawback is that the code is much too complicated to serve as an easy-to-understand example. But it's a possible candidate for OBEX or the live forum.
Yes , I still vote for finishing the P2 Assembler Manual. The P1 manual was absolutely exemplary with examples for every instruction, purpose and special cases explained. It was such a great reference. The current P2 manual is a good starting point but it's still missing some of the instructions. Ada's online reference has some additional instructions explained but still not all of them.
That would be great to see at P2LF- I really appreciated your previous Flight Sim demo and explanations.
@"Ken Gracey" - Is there space in the next or following P2LF ?
Unfortunatelly, time is running short. The next P2LF is already this evening. I think it would be good to shift the pulse&direction topic to the next one in November. This way I could explain the background in more detail.
Removed
Finishing the assembler manual should be top priority. Then comes finishing the datasheet. Smart pin modes, streamer, interrupts need more examples.
My vote would go to the completed Propeller 2 Spin Manual. An update to the Propeller Education Kit Labs for the P2 would be awesome.
I would vote for the assembler manual with example code highlighting efficient techniques. It's a largish instruction set, some of the instructions are a puzzle taken out of context. For the newcomer, he's always asking himself "I want to code this action next, so what assembly language snippet will do that. I'll see what the assembly manual gives me as a hint. So a manual with a well set up contents sidebar, fully hyperlinked makes all the difference. My Taqoz glossary of words attempts that with instructions grouped by function - Stack, Maths, Logic, Smartpin ctrl, etc.