hy, i need some help in a microcontroller programing. i have recently brought a top 2005+ universal progamer and programed a pic 16F877a to blink a LED (after 1 sec pulseting).the code is :
void main()
{
PORTD=0;
TRISD=0;
while(1)
{
PORTD= ~PORTD;
Delay_ms(1000);
}
}
so there is no wrong in the code. i m facing problem with the loader maybe. do you have any idea how use top 2005+. the product is chinise.and i m using topwin 5.02 to load program.(only fo xp,couldn't find for win 7) please some help to understand how use topwin (specialy the process and configuration setting).


Reply With Quote

