STM32F429 interrupt

ChibiOS public support forum for topics related to the STMicroelectronics STM32 family of micro-controllers.

Moderators: RoccoMarco, barthess

Shevchenko
Posts: 11
Joined: Tue Nov 13, 2018 9:25 am
Has thanked: 1 time
Been thanked: 3 times

STM32F429 interrupt

Postby Shevchenko » Tue Nov 13, 2018 9:45 am

Hi,

I use softwer UNI/O protocol. I need to disable all interrupts (including OS interrupts) except to interrupt TIM3. And later, enable back. How can I do it at ChibiOS?

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: STM32F429 interrupt

Postby Giovanni » Tue Nov 13, 2018 11:01 am

hi,

You could put TIM3 IRQ priority at maximum, other IRQs would not interfere with it.

If you need to disable other interrupts there is no other way except to disable the sources one by one operating on NVIC.

Giovanni


Return to “STM32 Support”

Who is online

Users browsing this forum: No registered users and 16 guests