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

Hello Everyone. I am working on ethernet on STM32F429I-Eval board with PHY DP83848VV. I would like to know the necessary configurations for the same. I am using Keil IDE with RTOS2 enabled.

I have made the following configurations till now. SystemClock_Config();HAL_Init();MIIinit(); netInitialize (); initialize_ethernet_interface(); ethernet_check_link_status();But the problem is upon reading the BMSR register the link status bit is not...

SKarm.1 by Associate
  • 371 Views
  • 0 replies
  • 0 kudos

CAN-FD with 64-byte payload, does it work?

I am using a STM32H753 I send a 64-byte frame from a PEAK USB CAN FD device to the STM32:Timestamp:    0.000000  ID: 00000582  X        DLC: 64  0a 06 0d 00 00 04 28 7b 22 62 75 69 6c 64 5f 63 66 67 22 3a 7b 22 74 6f 6f 6c 5f 73 69 7a 65 22 3a 31 32 ...

BStei.2 by Associate
  • 1251 Views
  • 1 replies
  • 0 kudos

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
  • 3996 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
  • 830 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
  • 366 Views
  • 0 replies
  • 0 kudos