How to implement the missing CC channels and interrupts in low layer API?
Hi
I just started porting a project over to STM32. It does some complex stuff with timers. First I found out the the HAL doesn't support my usage of one pulse mode in timers. So I went for the LL API which I liked on first sight.
Now I found out that the LL API only implements 4 of 6 capture compare channels of the advanced timer 1 of STM32F3xx.
I need at least 5 CC channels. What can I do to get the rest of the CC channels?
I started adding the missing functions and constants but I suppose I won't get it to run because I also need the corresponding interrupts and other functionality so I will probalby hit something not implemented in C.
Best Regards
Michael Bürschgens

