Skip to main content
Phanirajkiran M
Senior
March 1, 2018
Question

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

  • March 1, 2018
  • 3 replies
  • 603 views
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

    This topic has been closed for replies.

    3 replies

    Bogdan Golab
    Lead
    March 1, 2018
    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
    Super User
    March 1, 2018
    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 ...

    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.
    Andrew Neil
    Super User
    March 1, 2018
    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

    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.