STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nor Flash memory mapping works unexpected on P-NUCLEO-WB55

I'm using MX25V1635F on WB55Below, read/write functions work fine#define SECTOR_ERASE_CMD 0x20#define QUAD_IN_FAST_PROG_CMD 0x38But in memory mapping mode, only few bytes correctly or even nothing right,CS, SCLK work as expected but D0 seems like out...

Resolved! Baud rate calculation for LPUART1 vs. USART1?

Hello,I was trying to use USART1 in a project with STM32H742VIT6 but decided to use LPUART1 instead.  I found that using the same BRR computation the baud rate is coming out MUCH slower (it's around a factor of 51 slower).  LPUART1SEL is in the reset...

briankaz by Associate III
  • 2874 Views
  • 3 replies
  • 0 kudos

Resolved! I2C LOOP BACK TEST

Hi,I would like to inquire whether it is possible to perform internal I2C and SPI loopback tests on the STM32F767ZI board.Regards,Mounika

Harathi by Associate
  • 2968 Views
  • 2 replies
  • 1 kudos

L432 won't programming

Hello,I am working in a new project (a USBC rechargable battery LORA board with temperature module) with some leds and a button. I attached the schematic here.I only program all my boards with the USART mode.I choose the L4 family because I want to s...

Resolved! Nucleo f746zg

Hello all, I'm learning about Nucleo F746ZGT6 . and also I'm doing some projects related to this board. I want to ask how much digital voltage & Current at the one pin of Nucleo F746zgt6. 

jbg by Associate II
  • 1416 Views
  • 3 replies
  • 1 kudos

USB CDC how to increase speed (baud rate) ?

Hello everyone,I am working on a signal analyser device, which needs to transmit data serially as fast as possible (idealy 1Mbaud/s).I am doing the following loop to transmit:  uint8_t buf_high[1] = {124}; // '|' uint8_t buf_low[1] = {48}; // '0' ini...

LLope.31 by Associate III
  • 13258 Views
  • 8 replies
  • 2 kudos

Resolved! Configure AF GPIO register using 11U STM32F446RE

Hi, i came across a program to config alternation function for SPI GPIO port A.  GPIOA->CRL |= (11U<<20);       // PA5 SCK AF output push pull GPIOA->CRL |= (11U<<28);       // PA7 MOSI AF output push pull What does the 11U means? i know its somethin...

Resolved! STM32G474RET6 ADC over work voltage

I have a project ,  used regular conversion ADC1 Vrefint Channel and Temperature Channel, and used injected conversion ADC2 extern Channel(ext.CH1 and CH2).ADC2 CH2 connect 2000mV voltage , CH1 is changed. If CH1 over 3.6V,the CH2 conversion is error...

Sunwaz by Associate III
  • 823 Views
  • 1 replies
  • 0 kudos