Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: .\Objects\Adc1.axf: Error: L6200E: Symbol rb multiply defined (by lpc_syetem_init.o and main.o) (5 Replies)

$
0
0
Hi, I have a main.c file as follows: #include "lpc_system_init.h" int main(void) { uint32_t adc_value; System_Init(); // Initialize System while(1) { // Start conversion ADC_StartCmd(LPC_ADC, ADC_START_NOW); //Wait conversion complete while (!(ADC_ChannelGetStatus(LPC_ADC, ADC_CHANNEL_4, ADC_DATA_DONE))

Viewing all articles
Browse latest Browse all 3049

Trending Articles