[SOLVED]HiI'm Pretty new to stm and i want to communicate to 4 ESC's.I have the STM32F446VET and am using TIM1-4 each with channel 1./**
* @brief TIM1 Initialization Function
* @param None
* @retval None
*/
static void MX_TIM1_Init(void)
{
...
thank you for your answers.i hooked up an oscilliscope and found out, that somehow Tim2-4 and the Tim 1 use different Clocks. When I used a prescaler of 150 (double the one of Tim2-4) it worked.(Although strangely my oscilloscope showed that with a p...
I sadly do not have an oscilloscope at Hand, i'll do that, thanks. I feel much more comfortable using hal, because i do not know which Register what does and it's a lot of work to look each and every Register up.