cancel
Showing results for 
Search instead for 
Did you mean: 

Simple program example?

maxime2399
Associate II
Posted on October 21, 2002 at 21:37

Simple program example?

2 REPLIES 2
maxime2399
Associate II
Posted on May 17, 2011 at 11:32

Is there any code example, simple program to easily get started with the

ST92F150JDV1 ?

Posted on May 17, 2011 at 11:32

The ST9 libraries are included in what ST calls ''ST9 Family, 8/16-Bit Microcontroller (MCU), User Guide''. You can download the manual and the source code from this site. The examples target the ST92F120 and ST90158 families but you can easily port them to the ST92F150, F124 and F250 by changing the script file (see *.ld files).

I also build a code shell if you are interested. It is basically an empty program (there is just the main) that has all the makefile, script file, compiler set-up, interrupt and reset vector definition done for you. You just have to start writing your code !

Using the makefile, you can select which micro you want to develop with : ST92F120 128k or 64k, ST92F150 128k or 64k, ST92F124 128k or 64k, ST92F250 256k. I also made one for the ST90158/135 family.

Regards

Jojo