Ask questions, find answers, and share insights on STM32 products and their technical features.
I have a product deployed in the field that uses the STM32F030CCT. Due to time constrains it was shipped without a boot loader but I was able to put in a bootstrap that allows me to load code to RAM and run it. I now need to do that but I have foun...
Hello, i have problem with STM32F030K6T6 Mcu. I made my own board with this Mcu. I can connect with it via St-link utility only in Connect under Reset mode. I can earase chip and write new program, but only in this mode.I also cant connect with mcu w...
I have FW with implementation 2 uart IT, I2C, FATFS, MSC etc. If I do not use IWDG everything is good, works fine I tested it 72 hour without freezing or other problems FW is worked smooth.But if I set IWDG after few hours running (4-8h) IWDG reset M...
Code generated with STM32cube mx software Libraries included - fatfs.h spi.h Software - TruestudioError - f_mount works but in f_open it gets stuck. No source available for "U...
I've got some S/W running on the STM32L432KCU6 on a NUCLEO-L432KC and couldn't get it into stop mode, or at least it seemed to come out immediately so the next step was to try the NUCLEO-L432KC example programs PWR_STOP1_RTC and PWR_STOP2_RTC. Neithe...
Hi,I am working on USART3 in STM32F407VG Discovery board using stm pheripheral libraries. I am sending a character 'a' but in serial port i am getting data as 3. Please check my main function and kindly help.
I have an heavily modified LCD Application/example for STM32F746 Discovery and Usart code from CubeMX. It looks like their clock frequencies do not match, that is the Baud rate is off. I would like know in which files is the clock frequency set up. A...
Hi, I recently installed the cubemx software, and while learning the program I saw in the code files that the indentation was space based and not tabs based. Is there any option to change the indentation style? I can't find any option like this in th...