hal_tick.h changed for the L432KC target in TARGET/../device/ in order to reassign the system ticker from TIM2 to TIM7, since TIM2 was needed as a 32bit encoder counter.

Dependents:   Nucleo_L432KC_Quadrature_Decoder_with_ADC_and_DAC

Fork of mbed-dev by mbed official

Revision:
153:fa9ff456f731
Parent:
150:02e0a0aed4ec
--- a/targets/TARGET_STM/TARGET_STM32L0/analogin_api.c	Thu Dec 15 11:48:27 2016 +0000
+++ b/targets/TARGET_STM/TARGET_STM32L0/analogin_api.c	Tue Dec 20 17:27:56 2016 +0000
@@ -105,6 +105,7 @@
     AdcHandle.Instance = (ADC_TypeDef *)(obj->adc);
 
     // Configure ADC channel
+    sConfig.Rank = ADC_RANK_CHANNEL_NUMBER;
     switch (obj->channel) {
         case 0:
             sConfig.Channel = ADC_CHANNEL_0;