Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello, I am working on a project trying to merge 2 discrete CAN buses with the STM32F746zgt6 using bxCAN with the HAL drivers. This system will take packets in on both transceivers, one on each bus, and try to output on the opposite transceiver, esse...
I am using Mini-M4 module with STMF415RG MCU. Module is programmed using STLink SW interface. However when the module is put on to the mother board, the flash memory gets erased when the board is powered on. What can be the reason for this automati...
I'm configuring RTC AlarmA to wake up CPU from StandBy. I'am expecting to CPU became back at specified time, but it event occurs up to 16 seconds later.uint32_t time; uint32_t date; uint32_t subsec; do { time = LL_RTC_TIME_Get(RTC); date = LL_R...
I am using STM32F4, and i am able to transmit files through FTP using netconn.I will read the files from SD card (each time 256 bytes ) and I will send to server. If I am transmitting 10 files, few of them are corrupted, but even though the file siz...
attached my project.i generate the project using the cube.the interrupt is not workadvicethank you
Hello.I have a Nucleo board with stm32f302r8. I want to set a state variable for voltage window:state = STATE_OK if higher threshold > current voltage > lower thresholdstate = STATE_AWD if higher threshold < current voltage or lower threshold > curr...
Reaching out to see if anyone have experienced microSD card failure/corruption from using the provided ST-micro driver with ST32 MCUs? 1) Erratas available?2) Solutions?Thanks in advance!
I am using the Nucleo-G071RB dev board along with it's demo code. It runs fine in run mode however in debug mode I cannot see the data at the specified memory locations. I am using Keil IDE (first time user of Keil) for writing the code.. Is there a...