Skip to main content
Visitor II
August 18, 2020
Solved

Hi, how can I solve this, as I am new to this board. I have STM 32 L475, I wanted to integrate this with AWS. Please help me

  • August 18, 2020
  • 4 replies
  • 945 views

    This topic has been closed for replies.
    Best answer by Guillaume K

    you can use X-CUBE-AWS version 1.4.1 (not 2.0.0)

    https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-aws.html

    click on "get software" then selection previous version 1.4.1.

    This version uses "AWS IOT C SDK" to connect to AWS.

    If you prefer to use "Amazon FreeRTOS" then download the official version from Amazon (https://github.com/aws/amazon-freertos). It provides a B-L475E-IOT01 port directly under vendors/st directory. Follow the Amazon documentation to use it.

    4 replies

    Super User
    August 19, 2020

    Why? Seems like there are much better options for interfacing with AWS.

    PBASN.1Author
    Visitor II
    August 19, 2020

    I wanted to use it as a IoT sensor device.

    Please suggest me , how can I start

    ST Employee
    August 25, 2020

    you can use X-CUBE-AWS version 1.4.1 (not 2.0.0)

    https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-aws.html

    click on "get software" then selection previous version 1.4.1.

    This version uses "AWS IOT C SDK" to connect to AWS.

    If you prefer to use "Amazon FreeRTOS" then download the official version from Amazon (https://github.com/aws/amazon-freertos). It provides a B-L475E-IOT01 port directly under vendors/st directory. Follow the Amazon documentation to use it.

    Visitor II
    January 20, 2022

    Hi @PBASN.1​  were you able to connect the board to AWS ​