Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 4 months ago.
Exporting to System Workbench for STM32 fails
I am trying to export the SX1280 development kit project: https://developer.mbed.org/teams/Semtech/code/SX1280DevKit/export
to System Workbench for STM32. It fails with the error message
Page error
Sorry, this page is currently unavailable.
What to do?
1 Answer
8 years, 4 months ago.
Something seems to be broken in the exporters. Temporary workaround is to use mbed CLI to export the project.
After installation run:
$ mbed import https://developer.mbed.org/teams/Semtech/code/SX1280DevKit $ cd SX1280DevKit $ mbed export -i sw4stm32 -m YOUR_DEV_BOARD