User Activity

Hi. Setup is simple:TIM2 creates the ADC_EXTERNALTRIG_T2_TRGO signal, which starts ADC. ADC is configured to use DMA to transfer the data to the buffer. hadc1.Instance = ADC1;hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV4;hadc1.Init.Resolution ...
Hi,I'd like to create a library for fast handling the USART2 and TIMER. Unfortunately, when I move the USART2_IRQHandler() to the library, the linker do not include this function in a final application, and the program crashes by ending up in the end...