Skip to main content
Associate II
June 11, 2025
Question

Standalone code for wifi Bringup

  • June 11, 2025
  • 3 replies
  • 331 views

Dear sir,

We are using the STM32H747XIH6 microcontroller in our custom board, which includes Wi-Fi functionality connected via the SDIO interface. The Wi-Fi module part number is LBEE5KL1DX-883.

Could you please provide a reference source or sample code for the Wi-Fi bring-up? We are looking for a standalone application that can simply perform a Wi-Fi scan to verify the hardware functionality.

If an operating system (OS) is required for this, kindly help us with the appropriate OS source and setup steps, as we are new to STM32 MCUs.

 

 

 

Best regards,

Samudralankaiah.

3 replies

mƎALLEm
Technical Moderator
June 11, 2025

Hello,

Discussions on LBEE5KL1DX-883 but using STM32MP (MPUs) series:

LBEE5KL1DX-883 issue with SDMMC3

LBEE5KL1DX-883 using SDMMC3

 

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
Andrew Neil
Super User
June 11, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Andrew Neil
Super User
June 11, 2025

@Samudra wrote:

we are new to STM32 MCUs.


Do you have experience with any other microcontroller(s) ?

 

Some STM32 Getting Started links:

https://community.st.com/t5/stm32-mcus-products/for-better-learning-stm32-programming-and-debugging/m-p/717799#M260260

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.