Search found 2 matches

by pashamray
Sat Aug 18, 2018 9:45 am
Forum: ChibiOS/NIL
Topic: NIL winout HAL with NVIC problem
Replies: 3
Views: 6447

Re: NIL winout HAL with NVIC problem

Hi, thank you. I found what I need. :D

Overrides are in the files for HAL (ChibiOS/os/hal/ports/STM32/STM32F1xx/stm32_isr.h)
line 90: #define STM32_TIM3_HANDLER VectorB4

But they are not for common. :(
by pashamray
Fri Aug 17, 2018 5:55 pm
Forum: ChibiOS/NIL
Topic: NIL winout HAL with NVIC problem
Replies: 3
Views: 6447

NIL winout HAL with NVIC problem

Hi, I'm creating a project based on ChibiOS / demos / various / NIL-ARMCM0-GENERIC, modified for cm3 stm32f103c8 and using CMSIS. My project includes two timers TIM1 TIM2 - will generate hardware PWM, and one task - to blink. But I used the TIM3 IRQ. Enable irq using NVIC_EnableIRQ for TIM3 and defi...

Go to advanced search