Skip to main content
FGome
Associate II
July 15, 2021
Question

How to add the CMSIS WiFi drivers to a STM32CubeIDE project?

  • July 15, 2021
  • 2 replies
  • 1394 views

I need to add support on a STM32 MCU to a WizFi360 WiFi module and noticed it is supported by CMSIS (https://arm-software.github.io/CMSIS-Driver/General/html/index.html), is there a specific way to add these CMSIS wifi drivers to an existing STM32CubeIDE project?

Thanks in advance

Fernando

This topic has been closed for replies.

2 replies

ST Technical Moderator
July 16, 2021

Hello @FGome​ 

Have a look at this FAQ Configuring DSP libraries on STM32CubeIDE, concerns the DSP Libraries and how to integrate them in an STM32CubeIDE project.

Hope this helps you !

Please mark my answer as best by clicking on the "Select as Best" button if it helped :)

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
FGome
FGomeAuthor
Associate II
July 19, 2021

Hi Imen,

Thank you very much for your reply! I tried to follow the information you have suggested but applying it to the WiFi drivers, but had an error, the RTE_Components.h file is missing, it seems it is automatically generated when using Keil, ARM says it is an 'open' standard that any tool manufacturer could generate so it is not exclusive of Keil, but we don't have it with STM32CubeIDE. Do you know any workaround for that? Is there any configuration with STM32CubeIDE that could be used to generate this file?

Best regards

Fernando