Forum : ST7/STM8
Original Post
Post Information | Post |
---|---|
September 26, 2009 - 2:08pm
|
Some years ago I've made some assembler program for ST7Lite29 using the STVD IDE of Softec, but now I need to using ST7Lite 39 and would like to buy the Reva board for this micro . Because I've never use the development enviroment RIDE7 and the Reva boards , I would like to know if is possible having some tutor step by step ( best in italian ) to using these two enviroment for programming in assembler . tcrais |
Hi Tcrais,
Yes we have some tutorials:
You can download the RKit-STM8 for ST7 and STM8 microcontrollers from our Web site and use it in evaluation version.
There are lots of examples, as well a a guided tour of the Ride7 development environment.
Also 3 examples are availabel specific to the ST7lite3 chip.
Using assembly should not be necessary except for cycle-accurate code (if you have these requirements), you can use C language instead, so porting is easy.
Regards,
Bruno