Skip to main content
Visitor II
June 17, 2025
Question

STM32L526E-DK Interface with Infineon CYW4373 WIFI Bluetooth module

  • June 17, 2025
  • 2 replies
  • 533 views

I am trying to connect the stm32 EVK with CYW4373 Infineons wifi module to ustilise the stm32 wifi functionality in my project so i have downloaded the AIROC-WIFI-Bluetooth-STM32-release-v1.7.0 driver and imported the wifi_scan project in the stm32cubeide after importing that shows some errors after i am linking the required folders like wifi host driver and middleware related to freertos the errors gone but it is showing like this build system after linking all the files ,, how to do this interface with this driver or any other way is there please help me to overcome this task if any resources or documents are there please share me it will helpfull in my project 

2 replies

KDJEM.1
Technical Moderator
October 8, 2025

Hello @Nagul_Meera and welcome to the community;

 

You can find some tips below that may help you resolve the issue:

- Ensure that the include paths and library paths are correctly configured in the project settings.

-Verify the connections between the STM32L562 and the CYW4373 module

 

Thank you.

Kaouthar

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
October 8, 2025

@Nagul_Meera wrote:

 CYW4373 Infineons wifi module ... i have downloaded the AIROC-WIFI-Bluetooth-STM32-release-v1.7.0 


So Infineon's hardware, and Infineon's software:

https://www.infineon.com/products/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos

Have you contacted Infineon for support with their stuff?

https://www.infineon.com/support 

https://community.infineon.com/?profile.language=en

 

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.