2018-03-01 03:18 AM
Hi
http://www.st.com/en/embedded-software/x-cube-wifi1.html
Here it is mentioned as
'
'
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
2018-03-01 03:39 AM
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:
2018-03-01 04:59 AM
/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fen%2Fembedded-software%2Fx-cube-wifi1.html
Here it is mentioned as
'
'
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
2018-03-01 05:54 AM
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 ...