personlast wrote on April 16, 2019:
Hi,
I am currently looking to setup the ble demo with the STM32L475 Discovery Kit
but ran into compilation issues out of the box against the public beta branch (feature/ble-beta).
I have followed the Aws guide here regarding setting up ble demo: https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_st.html
Steps I took to set up the project
- Downloaded the source code zip
- Created eclipse workspace for use with stm32 workbench
- Imported the existing project under
{project-root}/demos/st/B-L475E-IOT01A/SW4STM32/ - Selected the Project Tab -> Build All
- IDE console output is attached
System information
I’m currently on MacOS
using the stm32 workbench IDE
targeting the STM32L475 Discovery Kit board
My version of Amazon FreeRTOS is amazon-freertos VERSION 1.4.7
I’m targeting the MQTT over ble demo example
Any info or help on this will be appreciated, thanks.
Edited by: personlast on Apr 16, 2019 1:49 PM