How I can invert the pwm pulse in (stm32h745ziQ-nucleo)?
I am using the stm32h745ziq-nucleo board. I want to invert the pwm pulse .could you please help me by sending the related code snippet to do this.Thanks &Regardssm
I am using the stm32h745ziq-nucleo board. I want to invert the pwm pulse .could you please help me by sending the related code snippet to do this.Thanks &Regardssm
We have used the I2S and DMA function.
Two CANs on the same board. Can I connect CAN1TX to CAN2RX and CAN1RX to CAN2TX?
I had a problem using this API HAL_I2C_Slave_Receive_IT(&hi2c1, buff, 100) in case i send 20 bytes for example wich is a corrupted frame for me (i am waiting for 100 bytes) then i2c driver will stack this 20 bytes and it does not free them wich in a ...
I'm using an STM32F401CCU6 microcontroller and am trying to generate a timer interrupt of 10 us with TIMER3.The timer is a update event timer. The formula I'm using is:Update_event = TIx_CLK/((PSC + 1)*(ARR + 1))Below, I've given my clock configurati...
I have a STM32F4 microcontroller and want to combine two analog signals into one "combined digital output signal", which have sum of the 2 signals.if i have two analog outputs PE11 and PE13 that will be my inputs of or gate:HOW CAN I MAKE PE12 + PE1...
Code of main cycle:// Some "works"... ipf("Works 5 sec\n\r"); HAL_Delay(5000); // Prepare... ipf("Power save STOP mode 5 sec\n\r"); double CounterVal = 5000 * 2.3125; if (HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, (uint32_t)CounterVal, RTC_WAKEUPCLOCK_RTCC...