Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
Dear All,I've loaded inside IAR the example design that came with this board after installing the stsw-spin004 library.Now I've to add to this board an external rotary encoder, so I'll use the TIM4 because related pins are not used inside this board....
Hi I have configured my ADC as Input 10 bit and i would like to sample the signal from accelerometer at 20KHz. I would like to know how much of address space is the memory taking to store these? Is the memory taking 1 byte, 2 byte, 4 byte ? How can I...
How can I enable the parity check in the SRAM 2 of the STM32L4?Is there a HAL function?