NO PWM Whatsoever - CubeMX DOES NOT include the HAL_TIM_PWM_Start functions
Additional conclusion: The PWM for what I intended to use it won’t be possible because of the limited frequency range.
A/D resolution needs to be 16 bit, thus the full counter range from 0 to 65535. 72 Mhz counter clock speed ( prescaler and divider both being zero) already brings the max PWM frequency to 72 Mhz / 65536 = approximately 1 khz sample frequency. Dead end. Nevertheless it was intersting.
Greets!