Associate
May 30, 2018
Question
Real USART2 INT number
- May 30, 2018
- 2 replies
- 1391 views
Posted on May 30, 2018 at 21:44
USART2 INT number # 26 instead of #
I'm building a new project that involve FreRTOS and USART2, when enabling the interruption for the USART2, (Configuration-> USART2 configuration->NVIC Settings) the application shows USART2 Global Interrupt / USART2 wake-up interrupt through EXTI line
i'm missing something here? the real int number for USART2 is not 28?
the code is generated with int number 28, reference manual andstm32l051xx.h point to .
here is about the environment:
STM32CubeMx 4.25, STM32Cube V1.0,Atollic TrueSTUDIO® for STM32, Built on Eclipse Neon.1a.,Version: 9.0.0,Build id: 20180117-1023
