
Registered on : 08-14-2009
Messages : 1
OFF-Line
|
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 ]
|
|
|