two kinds of deadtime config
yes , above fig about two kinds of config deadtime ,I don't know how to get that waveformI have readed RM about deadtime chapter,but I still not clear
yes , above fig about two kinds of config deadtime ,I don't know how to get that waveformI have readed RM about deadtime chapter,but I still not clear
ESP8266 is communicating serially with STM32L4 through AT commands.Now I would like to implement the MQTT protocol implementation on this?
Hi everyone,I designed my custom board with stm32f373c8. SDADC runs properly when voltage reference is setted with Vref or VDDA. But when voltage reference is setted with internal 1.8 volt or internal 1.2 , sdadc could't start. It waited while loop t...
I am using latest CubeMx and CubeH7 versionsWith the increase in clock the MCU start getting hot especially at 400 or 480Mhz. So Is it a normal?I have also checked the current consumption at IDD jumper and it is ~120mA. Iis this normal value when no ...
Hi everyone,I have the STEVAL-IDP005V1 sensor board on which STM32F469AI MCU is present. I suspect that something is wrong with the D9 pin of MCU which is supposed to receive 3.3V from the power management unit on the board which I tested to be up an...
I have coded it both ways, so the hardware and software works except when switching to interrupt-driven receive. No interrupts happen, though I have checked and rechecked. The global NVIC can interrupt setting is there, and the enable. The CAN priori...
Hi,I am using STM32F103RFT6 64 pin package mcu. i am seeing can bit stuff error during CAN2 TX pin ( PB9) initialization. when mcu is in reset state this pin is in high state, the moment CANTX pin gets configure to Alternate function pushpul, Low s...
Hello,I'm working with SDIO to write data to a sd card and I'm using DMA. The basic process of my project is :1.Get 512 bytes data from an external ADC 2.Write it into a SD card3.RepeatI want to use the multiple block write mode, but everytime just s...
Hi,I Have two problem.first : using STM32F051R8Txcant use IO_TOUCHKEY2 at all !, have to assign IO2 to unused PIN and define new IO_TOUCHKEY.(if you need 3 touch you have to set 4 touch in CUBEMX case IO_TOUCHKEY2 doest respond!)second: why STM32F051...