Wanted to confirm if the input/output voltage is 3.3V or 5V depending on the I/O structure of my pin .
I scoped a PWM signal with the board connected to the PC and on the dedicated pin I see the signal in mV. I would like to send a higher voltage th...
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...
All my inputs are assigned to the PWM , but by default only on rotates and if i switch one ore do another PWM it doesn't work . Don't understand why's that.Looked at both schematic and ii don't know why that's happening.
I've made changes and took on your advice , wasn't getting a signal still when I run it . I know when using CUBE/HAL you need to set the clock config tree, and as I'm writing manually I don't have anything set for it ,could that be the issue?
This is a reference of the datasheet. The reset values are 0's hence, I am trying to SET pin 18 and leave the rest to 0 as highlighted. Not sure what you meant by saying that's not what I want ? Any further explanation would be helpful . Thanks