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

Problem with GPIO Interrupts and RTOS STM32H753

Hello,I am using an STM32H753 mcu and I working on a project with 8 GPIO Interrupt Pins. I am using RTX RTOS. The problem is that when the interrupt happens the same time with a thread activation. The mcu goes in dummy handler with bus Precision erro...

SEfte.1 by Associate II
  • 912 Views
  • 2 replies
  • 0 kudos

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
  • 574 Views
  • 1 replies
  • 0 kudos

Bus stall when writing/erasing flash on STM32H7

Hello,I am writing & erasing flash during operation, and this seems to cause a bus stall which prohibits all execution from flash during these operations.AN4808 seems to indicate that if you use a dual-bank device you can avoid this by executing out ...

ST User by Associate III
  • 1461 Views
  • 6 replies
  • 1 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
  • 1519 Views
  • 7 replies
  • 0 kudos