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

STM32F4xx USB Host BgndProcess

STM32F401in usbh_def.h:typedef struct { const char *Name; uint8_t ClassCode; USBH_StatusTypeDef(*Init)(struct _USBH_HandleTypeDef *phost); USBH_StatusTypeDef(*DeInit)(struct _USBH_HandleTypeDef *phost); USBH_StatusType...

TAzja.1 by Associate
  • 957 Views
  • 1 replies
  • 0 kudos

I'm looking for a better way to make raw binary of signature & public key when I'm making a secure bootloader.

Hello, When I'm learning "STM32 security in practice MOOC". I ran into the below scripts to make raw binary of signature and public key. I thought it was not easy to use and explain to others. Is there a better way to make a raw binary of signature a...

eziya76 by Associate III
  • 2373 Views
  • 6 replies
  • 0 kudos

Resolved! Where is stsw-stm32054?

STM32F1x Standard Peripheral Library part number stsw-stm32054 does not appear.This library was released as V3.6.0 on November 05, 2021.I downloaded this library.However, it is currently unavailable. It seems that you can download the library from th...

HKim.27 by Associate
  • 2737 Views
  • 8 replies
  • 2 kudos

I am working on Ethernet in STM32H745 MCU. How to assign a different MAC address to 100 MCU so that they can work together on LAN? Further how to filter ethernet packets having a particular MAC address?

I am working on Ethernet in STM32H745 MCU and using STM32CubeIDE. I want to connect 100 such MCU to LAN. How can I assign a different MAC address to all the MCU? Do STM MCUs have a built-in MAC that I can use, or is there any other method to assign d...

Akast.2 by Associate II
  • 2662 Views
  • 3 replies
  • 1 kudos

STM32 Ethernet DMA tranmit problem

Dear:I use stm32f407+ lwip as tcp server, then the client request freq with 30Hz ,the server will not reply after a time , then the client will retransmittion after 200 ms(see 1.png,3.png)​,but the data is added to Ethernet DMA, TxBuff(see 2.png), ...

0693W00000QNqufQAD.png 0693W00000QNqu1QAD.png 0693W00000QNqthQAD.png
wxian.3 by Associate
  • 917 Views
  • 2 replies
  • 0 kudos

Resolved! Guides\Projects for STM32H7B3I-DK

Hi,I'm using STM32 family for a very long time for lot of clients. My clients want to use linux system just for the screen and the wifi capabilities and I want to use STM32H7B3I-DK as reference and design cheaper and more stable system (I dont like t...

netanelu by Associate III
  • 1816 Views
  • 4 replies
  • 0 kudos

How to Record audio in STM32U5 (B-U585I-IOT02A)

Hello Community,I'm working on stm32u5(B-U585I-IOT02A). B-U585I-IOT02A has two digital mics, and St officially has an example of BSP to record audio.So after taking references from: https://github.com/STMicroelectronics/STM32CubeU5/blob/main/Projects...