2018-02-16 05:41 PM
Hello everyone, i am trying to start with X-Nucleo expansion board IDW01M1 on top of the Nucleo F446RE. Since i am junior developer it is really hard to build a project and get on track without any tutorials. I searched a lot about tutorials to get start with this expansion board but results are the same - can't get it running. Could someone explain me how should i integrate
X-CUBE-WIFI1 into
STM32Cube MX, i am getting errors (screenshots below). If it is impossible to generate a project with CubeMX there should i search for help?I have read most of Getting started with the X-CUBE-WIFI1
and other manuals provided by ST.com.
2018-02-17 08:48 AM
>>Since i am junior developer..
Not sure what this means, you're in school, or employment? You've programed computers for X years?
The Cube 'Extensions' don't actually plug into CubeMX, it is a term/issue that has been complained about before.
In actuality these are stand-alone HAL projects and examples, and should have a project file loadable directly into Keil, IAR, etc and built from there.
2018-02-17 11:52 AM
I am embedded systems student and have 1 year development experiance ( as hobby, because we just now started to practice developing in university). Maybe you could suggest what steps i should take to integrate wifi functionality to project with this board?
2018-02-17 12:08 PM
Another approach is to use CubeMX and integrate BSP drivers wit it (in this case WIFI drivers). Here as a starting point is CubeMX generated app where you enable pheripherals related to the WIFI. I did it several times in the past for a few boards. Here you can find some help:
2018-02-17 12:35 PM
I expect the F401-NUCLEO builds should work on a F446 either directly or with very little modification
Start with one of the application examples
STM32CubeExpansion_WIFI1_V3.1.1\Projects\Multi\Applications\HTTP_Request
2018-02-17 01:10 PM
The topic in general was touched several time on this forum - here is another example: