Skip to main content
Associate II
March 17, 2025
Question

Interface onboard WiFi module of STM32BL475

  • March 17, 2025
  • 2 replies
  • 1458 views

I’m trying to interface the onboard ISM43362 Wi-Fi module of the STM32BL475 using STM32CubeIDE, but I couldn't find any proper resources or example code online.

2 replies

STTwo-32
Technical Moderator
March 17, 2025

Hello @Shreyu1001 

The only available examples to make WiFi work on this board are those WiFi examples.

Best Regards.

STTwo-32

Associate II
March 17, 2025

but in that theres a common folder which has files... so how do i use it in my project... like pins connections and configurations..

Andrew Neil
Super User
March 17, 2025

@Shreyu1001 wrote:

but in that theres a common folder which has files... so how do i use it in my project


I don't understand the problem: all projects are just folders and files - where, exactly, are you stuck?

 


@Shreyu1001 wrote:

like pins connections and configurations..


either do it graphically in CubeMX (standalone, or within CubeIDE), or just write the code.

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.
Associate II
June 17, 2025

Hi i was wondering if you finally found some documentation or a solution for that 
I tried a lot of stuff over the last couple of days but nothing worked

Thank you