What timers are free
Cube/HAL shows some nice Timers, are they free. That is are they used by for instance HAL_Delay or something else. What about the examples and their timer usage.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Cube/HAL shows some nice Timers, are they free. That is are they used by for instance HAL_Delay or something else. What about the examples and their timer usage.
I'm usingSTM32Cube FW_F7 V1.15.0There is a bug in stm32f7xx_hal_msp.c which prevents reinitialization of CAN1void HAL_CAN_MspInit(CAN_HandleTypeDef* hcan) {.... HAL_RCC_CAN1_CLK_ENABLED++; if(HAL_RCC_CAN1_CLK_ENABLED==1){ __HAL_RCC_CAN1_CLK_ENABL...
When trying to implement sleep mode it appears the code enters and exits sleep mode once and then gets stuck in sleep mode after and will not wake back up. I posted some code below of what I believe affects the sleep function. I want the code to slee...
Hello,DS12469 Rev 6 in Features on page 1 lists "Accurate 2.5 V or 2.048 V reference voltage buffered output" under "Rich analog peripherals". However "Table 2. STM32L412xx family device features and peripheral counts (continued)" says "Internal vol...
I just switched from Arduino to the ST HAL library, I'm quite new to both the structure and makefiles in general. I'm using a chip that allows for multiple parts that can be used for OTA's for example. While I have made a working project that can upl...
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...