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

When STM32G070RB SPI is received, both MOSI and MISO have returned data. The data is the same through the logic analyzer.

This is my test program:uint8_t dev_test=0x00;while(1){HAL_GPIO_WritePin(DW_NSS_GPIO_Port, DW_NSS_Pin, GPIO_PIN_RESET);HAL_SPI_Transmit(&hspi1,&dev_test,1,10);HAL_SPI_Receive(&hspi1,test_R,4,10);HAL_GPIO_WritePin(DW_NSS_GPIO_Port, DW_NSS_Pin, GPIO_PI...

0693W00000WJnlHQAT.png
DXinp.1 by Associate
  • 666 Views
  • 1 replies
  • 0 kudos

Stop mode current with NUCLEO-32

Hi,I am using the NUCLEO-32 STM32L011 kit and I want to put the MCU in stop mode to measure Idd. Everything seems to be going well but when I measure the current, this is 2.5µA versus 0.5µA announced in the datasheet when the stop mode is activated w...

Interupt uart not working nucleo g431rb

Hi all i am working in interrupt driven uart uart2 which is connected to the usb port in nucleo -g431rb The interrupt handler is not been called I have shared my code any thoughts kindly share.void USART2_IRQHandler(void) { /* USER CODE BEGIN USAR...

NJP.1 by Associate III
  • 1671 Views
  • 7 replies
  • 0 kudos

Output voltage characteristics of STM32G070CB

Hello folks,I can't figure out the meaning of table 48 p.64 of STM32G070CB datasheet (see attached picture). In particular the FT_c pins. Page 63 it is written that all I/O can source up to +-6mA and +-15mA with relaxed VOL and VOH.Back to table 48, ...

0693W00000WJismQAD.png
Kraal by Lead
  • 1373 Views
  • 4 replies
  • 0 kudos