Hi all: Where can i found the documents have the information of "Error data and analysis of STM32 chip", and the "Die revision" of MCU?? I' m use the STM32F303xE chip. Thanks.
We need that do do the UL certifications..anyone could help?thanks.
Ask questions, find answers, and share insights on STM32 products and their technical features.
We need that do do the UL certifications..anyone could help?thanks.
I am using STM32F439ZGT6.I have flashed the code to this controller. After flashing the code when I restart (power off and power on ) the MCU first time, that time unit is working absolute fine but if I power off and power on the unit, that time I am...
STM32CubeMX 5.6.1 , Atollic TrueStudio 9.3.0 , MCU is a STM32L053 with VDD wired to a coin cell. LSE is connected to a watch crystal.The RTC works fine. Going into standby mode works fine. Waking up from standby mode works fine. Checking and resettin...
Hello,I'm using TIM2 on STM32H743 (Nucleo, rev Y, Keil 5.31).Just before setting the bit TIM_CR1_EN the setting of the timer is the following:DIER : bit UIE setPSC: expected value (0x4E1F)ARR expected value (0x4E20). it is almost the same as PSC but ...
I am trying to understand how to setup the microcontroller (STM32F030 in this case) to use external oscillator. I am using blinking LED as a test to see if the code is running. To setup the HSE I did following:selected Crystal/Ceramic Resonator in Hi...
Strange behavior of STM32H743. It continuously reset every few seconds.I check reset reason with this part of code after system startup:if (__HAL_RCC_GET_FLAG(RCC_FLAG_IWDG1RST)) { _PRINTF("RESET_CAUSE_INDEPENDENT_WATCHDOG_RESET\n"); } else...
Hi,I am asking for some sound technical help on the STM32F769NI BootloaderI am using an STM32F769NI MCU and wish to update the firmware using STs' Bootloader mode via the UART.I am running into problems that none of the UARTs on Pins PA9/PA10, PB10/P...
Hello,I'm using the NUCLEO-F722ZE EVB.Page 155 of the datasheet describes the ADCs characteristics: https://www.st.com/resource/en/datasheet/stm32f722ze.pdfFrom the NUCLEO-F722ZE schematics I see that VDDA as well as VREF+ are 3.3V. VREF- is zero vol...
I'm trying to test the window watchdog timer but when I'm calling HAL_WWDG_Init(), it redirects to reset handler and whole system restarts. Below is my code, I'm showing here only important lines./******************************************/WWDG_Ha...