This is selahadin a new Ti user from Korea. Recently I tried writing a code for externally connected LED on breadboard yet my failures. So I was wondering if anyone could help me or suggest me anything to read so that it would help me on using my Ti dev kit through ccs as well as on my future project (running it on Mac ^^). Thank you. Here is how i tried writing the code void main() { setup_adc(ADC_OFF); setup_oscillator(OSC_4MHZ); // while(1) { output_high(GPIO_23); delay_ms(500); output_low(GPIO_23); delay_ms(500); } } Regards,
↧