Re: Using #stm32 HAL_TIM_xyz for counting pulses with timer in external clock mode #stm32
Erwan Gouriou
Hi Pauli, If you are able to do what you want with Cube HAL then, to interface with zephyr, you just need to redefine the HAL callback (defined as weak in HAL drivr) in your zephyr application. You can check what has been done in a similar fashion on zephyr stm32 ethernet driver. HIH Cheers Erwan On Tue, 10 Dec 2019 at 18:02, Pauli <susundberg@...> wrote: Dear all, |
|