2002-10-21 12:37 PM
2011-05-17 02:32 AM
Is there any code example, simple program to easily get started with the
ST92F150JDV1 ?2011-05-17 02:32 AM
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