STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H743 CAN BUS

I am using stm32h743zi with my custom board. I configured fd can 1 as classic can as in cubemx example. I configured the baudrate as 125 kbit/s.But after sending couple of packets, it stops sending due to fifo full error. How can i clear the fifo?My...

gfghg.1 by Associate
  • 868 Views
  • 1 replies
  • 0 kudos

IAP flashed program stuck in ADC_IRQHnadler

I've managed to finally get the IAP flashing a new netlist with LwIP for the STM32F767 Nucleo Board. But now the program is getting stuck. I made a new program (of which I included the temp1.txt file which is the equivalent of the temp1.list file). I...

0693W000004GRYhQAO.png

Suggestions on MCU Dev Board

I am looking for some advice on which MCU dev board to get for a project that I am working on. An outline of the project is as follows:Needs to read in 60 ADC inputs. Plan is to use 10 channels and then multiplex them. Needs to have a sampling fre...

MArnd.2 by Associate
  • 557 Views
  • 3 replies
  • 0 kudos

UART data is not transmitted

Dear community,after solving some issues with the help of the community, I am stuck on the next problem. I really don't know why my UART, which seems to be initialized correctly, does not shift out my data for transmission. After initializing my USAR...

AHass.1 by Associate II
  • 592 Views
  • 1 replies
  • 0 kudos

Reading multiple channels of ADC

I am almost new to STM32 boards and need to read the multiple channels of ADC.Firstly,can someone tell me that am I allowed to read voltage from more than 16 pins(as there are 16 channels of ADC). Moreover, I have the following code to read 2 ADC c...

IMumt.1 by Associate III
  • 1179 Views
  • 2 replies
  • 0 kudos

STM32G070 RTC wakeup from STOP1 mode not working

The processor never wakes up from STOP1 mode and I do not know why. I know RTC clock is running#define RTC_ASYNCH_PREDIV 0x7F #define RTC_SYNCH_PREDIV 0xF9 /* 32Khz/128 - 1 */ void Sleep_Init(void) { HW_RTC_Init(); __HAL_RCC_PWR_CLK_ENABLE(...

rickard2 by Associate III
  • 370 Views
  • 0 replies
  • 0 kudos

Resolved! Timestamp in binaries

Hello,I'm using IAR 6.21. I'm trying to build a static library but even if my sources didn't change, the binary file is different each time I build again the lib.I tried to compare the lib.a, there is some UNIX timestamps in the file that depends on ...