STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Unable to receive USART data using DMA normal mode in while loop more than one cycle

Hello,Am using STM32F4 DISC board, with FreeRTOS with CMSIS v1, on CubeIDE with HAL generation.To receive data from USART, below code has been used:while(1){.....            ret = HAL_UART_Receive_IT(&huart6, rx_data, SIZE_RX_BYTES);            if(re...

DevBee by Associate II
  • 3778 Views
  • 17 replies
  • 0 kudos

Azure IoT support for STM32L4S5Zit6

Hi Team We want connect Azure IoT hub using STM32L4S5Zit6 MCU. I don't see any azure example specific to STM32L4Plus series.So Is Azure packages are available for STM32L4Plus?Can we use any other packages to make it work?As we are new to ST Can any o...

SVemp.1 by Associate III
  • 794 Views
  • 3 replies
  • 0 kudos

My ethernet connection crashes after for a long time.

Hi,I have been trying to communicate with a specially designed electronic card and computer for a long time.I managed it but the connection crashes after running it for a long time.I added the project files for you to review.Thanks for the slightest ...

Bilge by Associate III
  • 342 Views
  • 0 replies
  • 0 kudos

STM32 G071 FRS 功能实现

Dear STM32 community,​我在使用G071 MCU模拟PC实现FRS功能时�?�到了问题,我注�?到​STM32Cube_FW_G0\Middlewares\ST\STM32_USBPD_Library\Devices\STM32G0XX\src中的usbpd_hw_if_it.c里有关于UCPD_SR_FRSEVT 中断的内容,但并未完�?FRS的实际动作。void PORTx_IRQHandler(uint8_t PortNum) { UCPD_TypeDef *hucp...

Hdang.1 by Associate
  • 645 Views
  • 1 replies
  • 0 kudos

Reading USB flash drive on Nucelo-H743ZI2

Hi,I am trying to read a USB flash drive via USB OTG function on a Nucleo-H743ZI2 board.I am using STM32CubeIDE to generate most of the code automatically and following the example of FatFS_uSD_Standalone comes with the STM32 firmware. The example wa...

0693W000001sxdYQAQ.png 0693W000001sxeWQAQ.jpg
JZhan.9 by Associate II
  • 443 Views
  • 0 replies
  • 1 kudos

Ethernet frame problem

Hello siri am getting error hereif(((heth->RxDesc->Status & ETH_DMARXDESC_OWN) == (uint32_t)RESET)) in stm32f7xx_hal_eth.c file.where value of status never changed so I am getting no frame in reading of ethernet frameDipak Garasiya