Resolved! PWM no signal
I've wrote a code without using Hal to produce a signal on the scope but i'm not getting any signal on my pin.This is on a NUCLEO F401RE. Using TIMER3_CHANNEL1 and GPIOB for my Alternate function. #include <stdint.h>#include "stm32f4xx.h"#include "st...