2003-03-19 12:22 AM
2003-03-17 02:31 AM
Just got a Dart ST7F ISP and have connected it to a home made dev board with a ST72F324J6
Has anybody got some code including the wsp file that I can load up and get started just to make a led flash or similar, I am totally new to this micro and this ISP so at the moment I feel I have to many variables.2003-03-18 01:43 AM
Quote:
On 2003-03-17 16:01, BrianM wrote: Just got a Dart ST7F ISP and have connected it to a home made dev board with a ST72F324J6 Has anybody got some code including the wsp file that I can load up and get started just to make a led flash or similar, I am totally new to this micro and this ISP so at the moment I feel I have to many variables. Hi, Please feel free to contact me atmailto:sh@angliac.com
If possible, please give a little more hardware info - where the LED is connected etc. Also, are you using C (which one?) or assembler? regards, Simon [ This message was edited by: sjh on 12-11-2003 16:20 ]2003-03-18 02:05 AM
Find enclosed an example in C and assembly buid for the ST72324J6.
Enjoy... Jojo ________________ Attachments : io_asm.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I09F&d=%2Fa%2F0X0000000bUI%2FcXkdMso3QzjDQ69uJgQrL3Ic3l1kX7O6gyQhhFg4XM0&asPdf=falseio_c.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I09A&d=%2Fa%2F0X0000000bUJ%2F7mBz16yvcAwA8eLruXP5KANCGl4v5eSO5RVRFyGMYbA&asPdf=false2003-03-18 11:34 PM
Thanks Jojo got your assembler code up and running, ok if I step through the code F11, but will not run Continuously F5, would this be to do with the watchdog?
2003-03-19 12:22 AM
Does not look like the watchdog.
Anyway, you look at your option byte setting to make sure that the WD is disabled. Then if you don't have any communication issue, you should be ok Jojo