CodeWarrior - Functions Lib for C

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CodeWarrior - Functions Lib for C

1,235 Views
ARBM66
Contributor I

Hello!

 

I have started to work with   AD9S12E128 from Technological Artdevelopment system " http://www.technologicalarts.ca/catalog/index.php?cPath=50 "  a couple of days ago.

Actually I need some hints and help for my promptly improvement.

I understand in the CodeWarrior software, there is a file: "CS12_Stationary.zip that it supposed to be in this link http://compass.mot.com/go/hcs12stationary , but it is not exist any more.

I need a Stationery program with all Lib, Drivers andPeripheral files that I can use all the functions in C programming.

For example I want to use the following instructions LIB though such as:

PLL_init()  , lcd_init() , ad0_enable() , ad0conv(char ch#), SPI0_init , RTI_init(), SCI0_int_init(9600),............. .

Does anybody know how can I arrange and program with C lib in mentioned example by mantioned developement boards( 9S12E128).(I didn't find any useful program in Technological Art support link)

 

Thanks

ARBM66

Labels (1)
0 Kudos
1 Reply

236 Views
J2MEJediMaster
Specialist I

The link you have provided is to the Motorola web site, and is consequently out of date. If you are looking to initialize peripherals, you might check out Processor Expert, which does a lot of that work for you automatically. I think it is bundled with the evaluation version of CodeWarrior.

 

---Tom

0 Kudos