Question
STM32 interrupt priority
Hi
I want to set interrupt priority for TIM3. So I made configuration in NVIC register.But I met some question.the base adress of NVIC in STM32F10xxx Cortex-M3 programming manual is 0XE000E100 ,but in another book STM32F10xxx Cortex-M3 programming manual is 0XE000E000,that really made me confused. the position of TIM3 in the vector table is 29.so which NVIC_IPRx should I use.IPR 7 is right ? and what's its adress ? I'm using assembly language not C language. Thank you.


