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

Nx_TCP_Echo_Server with static IP

Hello,I need the TCP Server with static IP address. I chose the Nx_TCP_Echo_Echo_Server example and NUCLEO-H723ZG board as a starting point. I use the STM32CubeIDE 1.19 with latest x-cube-azrtos-h7-v3-4-0 sample files. So I imported the Nx_TCP_Echo_E...

Untitled.png
Irek by Associate III
  • 352 Views
  • 3 replies
  • 3 kudos

Resolved! STM32 CDC ECM HOST Lib

Hello,I'm working on an adapter USB to Ethernet and it is working only as a DEVICE. Now I would like to do the same but I want my STM to work as HOST.Is ST providing the same code stm32-mw-usb-device but for host?Thanks,G.

Gwen1 by Associate III
  • 362 Views
  • 3 replies
  • 1 kudos

How to test STM32CubeExpansion_STL_G0_V2.0.0

Dear ST,   After signing the NDA agreement, I received STM32CubeExpansion_STL_G0_V2.0.0.   I tried testing the projects for NUCLEO-G071RB in STM32CubeIDE 1.14.1, but to no avail. Edit: Removed screenshots as package is under NDA. After importing the ...

Kolkentu by Associate II
  • 223 Views
  • 4 replies
  • 0 kudos

Resolved! SPI slave mode - data losing

HelloI have two boards. Both of them are based on STM32 MCUs. One is a SPI master and the second is a SPI slave.Settings for master (STM32H723): mHandle.Init.Mode = SPI_MODE_MASTER; mHandle.Init.Direction ...

Oleksandr_0-1717081696365.png Oleksandr_2-1717082783119.png Oleksandr_3-1717083091971.png Oleksandr_5-1717083347815.png
Oleksandr by Associate III
  • 2924 Views
  • 9 replies
  • 3 kudos

Secure boot solution for STM32U5 on Zephyr

Did you come to a conclusion on this approach? I am having the exact same dilemma. There is an approach to do it through TF-M, but then how is the support from ST on that part? https://github.com/zephyrproject-rtos/trusted-firmware-m/tree/release/2.2...

HDot by Associate
  • 309 Views
  • 1 replies
  • 0 kudos

Need help understanding HAL I2C operation

I am attempting to transmit four bytes via I2C to a device with address 0x27, using the code below.data_t[0] = 0x01; data_t[1] = 0x02; data_t[2] = 0x04; data_t[3] = 0x08; HAL_I2C_Master_Transmit (&hi2c4, 0x27U,(uint8_t *) data_t, 4, 100);My understan...

TomC1_0-1752159941446.png
TomC1 by Associate III
  • 199 Views
  • 2 replies
  • 0 kudos

Netxduo Issue after Soft Reset

Hi,I'm currently working on STM32H733 MCU powered by Azure RTOS (Threadx + NetxDuo), My application is divided into two parts: custom bootloader[For Firmware Updates] and application[Business logic Implementation]. I was able to update the applicatio...

Umair by Associate II
  • 173 Views
  • 0 replies
  • 0 kudos