cancel
Showing results for 
Search instead for 
Did you mean: 

ST10F269 program does not run

sjakobeit9
Associate
Posted on August 14, 2008 at 07:24

ST10F269 program does not run

1 REPLY 1
sjakobeit9
Associate
Posted on August 14, 2008 at 07:24

I have built an board with a ST10F269. Im using the port 1L,6,8 as IO and the port 5 as input. I can do a bootstrap over a RS232 connection. The EA-pin is not connected so i think i am in single chip mode. After flashing and making an following reset the programm does not work (run?).

I am using Keil µVision3 for programming.

I have some LEDs on port 1L and I can control them with FlashIt9.

#include ''regst10f269.h''

void main(void)

{

DP1L=0xFF;

P1L=0; //LEDs off?

while(1)

{

}

}

[ This message was edited by: s.jakobeit on 14-08-2008 10:55 ]