Guest
|
C30 -> PCD converter |
Posted: Sat Sep 13, 2008 2:49 pm |
|
|
I've got the dspicdem2 dev board from microchip, and ccs pcwhd. I've found alot of code examples written for c30 that I would like to use in pcd. I've been able to port a few over, but I've been thinking that it might be worth it to map out all of the registers with #byte statements, and come up with an executable program that will convert a c30 sourcefile to a pcd sourcefile using string functions.
Here's what I've come up with so far as to what I'll need to do:
Map out all of the registers into words and union that with structs
convert the fuse statements
convert data types
Am I missing anything?
Has someone already mapped the registers? |
|