Posted on October 01, 2016 at 15:54Hi you all, I'm new to STM32 and I have been trying to find my way around the peripherals using STM's HAL library and STM32Cube. I've already configured my board in order to use some peripherals: Timer 2 for ...
Posted on October 02, 2016 at 12:11Hi markt, I'm using a STM32F411, so your assumption is right. I'll implement the first approach you proposed, I think it is better not wasting other timers, by slaving them, for such a little thing. Thank you fo...