how to use extern "C"
hi everyone want to use interrupt in main.c i am using extern "C" for this purpose but its couldn't compile/* USER CODE BEGIN 4 */ extern "C" void TIM2_IRQHandler(void) { // Handle update interrupts (update interrupt flag is set) if (TIM2->SR & TIM_S...