No, because I've seen that cordic trig has been implemented with PicBASIC,
and is demonstrated by a program that can calculate distance and bearing
given a set of geo-coordinates.
I'm saying any purely PBP implementation I've seen is slow and memory consuming,
and unsuitable for anything requiring the speed for a graphics display.
The dspic at 40MIPS should really be doing the whole job,
but in reality, I'd get the job done quicker with a low end pic using PBP
when it comes to interfaces and talking to other devices,
but that could change if one became familiar with the C libraries used
for the communication. A large part of what PBP is, is a collection of
similar libraries in RISC asm.
I think it would be easiest to emulate the comms of LCDOUT/LCDIN
with 8 bit interface, so you could use LCDOUT to talk to it.
Bookmarks