Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi!I am using a STM32U599VJT6 device without SMPS but getting this message when generating code: What is supposed to be configured?Thanks in advance
Hi,We have a question about a system design we would like to implement for our product.We are working with the STMF32F723 MCU and are developing our own HW. We need 216MByte of RAM for our application and would like to implement it with the functiona...
Hi,How can we extract a correct reading of the internal temperature of the STM32L452 in degree C?We currently read a number '141' but this is clearly not the CPU temperature which should be 22-28oCWe have followed the general app note on temperature ...
Hi,I am considering which solution to go for in a new product. To start with, I am going for a 480 MHz STM32H7 with high-resolution timer (HRTIM) for some quick PWM regulation. The regulation feedback is supposed to come from a fast ADC, so I need to...
I am trying to connect 2 NUCLEO-G0B1RET6 boards,using CAN FD. I previously did it using CAN, But now i am trying to connect these boards using CAN FD. So far no success,I want to know if it is possible to do it using CANFD.Kindly help me in this rega...
Hello,my CPU is a STM32H745. I want to flash data into both banks (bank 1, sector 2-7, complete bank 2, while the code runs from the first bank, sector 0+1.I'm using the given HAL-drivers stm32h7xx_hal_flash.c and stm32h7xx_hal_flash_ex.c and found a...
Hi! Hope everyone are doing well! I currently encounter a problem and can't solve it. I want to write some pieces of data into a file in a usb-disk and now the Appli_state is constantly idle even I connect the USB-Disk already.This is a test demo cod...
I am using a STM32L471 MCU in a design that may be flashed with new firmware in situ. I'm using SWD as the interface, so the two unneeded JTAG pins (JTDI and JTDO) are used for other purposes. According to the reference manual, JTAG is activated by d...
Hi everyone Question: suppose one sets up a DMA transfer from a Timer1 register to memory so that it gets executed when timer event is raised. What happens first:the peripheral to memory DMA transfer is executed ?or the Timer registers are updated?...