cancel
Showing results for 
Search instead for 
Did you mean: 

X-Cube Wifi, Is it compatible to NUCLEO-L476RG which is of L4

Posted on March 01, 2018 at 12:18

Hi 

http://www.st.com/en/embedded-software/x-cube-wifi1.html

 

Here it is mentioned as 

'

  • Sample implementations available on X-NUCLEO-IDW01M1 board when plugged to NUCLEO-F103RB, NUCLEO-F401RE or NUCLEO-L053R8 boards

'

IF i want to work these examples or this board to NUCLEO-L476RG, which is of L4, what are the customization i need to make. 

Please let me know.

Thanks

3 REPLIES 3
Posted on March 01, 2018 at 12:39

Yes, it should work with nucleo boards of different type.

It's all about porting. Need to identify MCU resources needed for this board (simply look into the examples), enable them with Cube, call required functions from the WIFI BSP.

I did several times for a few boards (unfortunately not for this one). See more details here:

https://community.st.com/0D50X00009XkYoaSAF

Andrew Neil
Evangelist III
Posted on March 01, 2018 at 13:59

/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fen%2Fembedded-software%2Fx-cube-wifi1.html

Here it is mentioned as

'

  • Sample implementations available on X-NUCLEO-IDW01M1 board when plugged to NUCLEO-F103RB, NUCLEO-F401RE or NUCLEO-L053R8 boards

'

And, apart from that, it also says:

It is built on top of the STM32Cube software technology, which

eases portability across different STM32 microcontrollers

.

and

Easy to use

abstract APIs

and

easy portability across different MCU families

Posted on March 01, 2018 at 13:54

Bogdan Golab wrote:

Yes, it should work with nucleo boards of different type.

It's all about porting.

Indeed.

Here's a hint: I strongly recommend that you get one of the specifically-mentioned supported boards, and use that as a reference as you port to your own target.

The NUCLEO-F401RE would probably be the closest ...