[En-Nut-Discussion] ADC STM32
Achim
achim_muc1971 at gmx.de
Fri May 10 11:47:59 CEST 2013
Hi all,
I´m still trying to get the ADC run for STM32F103.
After adding the ADC to the Nut-configurator with the necessary "requires"
--
-- STM32F ADC Configuration
--
{
name = "nutarch_cm3_stm32f_adc",
brief = "STM32F ADC Channel 1,2",
description = "ADC channel 1 & 2 support for STM32F.",
requires = { "LICENSE_ST_GUIDANCE_ONLY", "HW_ADCF1_12_STM32" },
provides = { "DEV_ADC" },
sources = { "cm3/dev/stm/stm32f1_adc.c" },
},
I get lot´s of errors compiling NutOS, because several definitions are
missing.
Do I make any mistake or is the ADC not yet implemented for STM32F10x?
Regards,
Achim
More information about the En-Nut-Discussion
mailing list