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.
6 years, 5 months ago.
Communication with IDS01A4
Hello!
I have 2 boards STM32F411RE with 2 extension boards IDS01A4. I would like to communicate with those 2 boards+extensions. I tried to upload on both boards the .bin file "STM32F401RE-Nucleo_P2P_IDS01A4.bin" included in the archive X-CUBE-SUBG1
However, there is still no communication.
I also tried to compile the .bin file on the website https://os.mbed.com/compiler/ but there are too many files to upload and the website doesn't allow me to upload folders. For instance, there are many files in the folder " Driver" required for the compilation.
How could I communicate with my 2 boards?
Thank you for your help,
Antoine
Hello Antoine,
I don't have an answer to your question but only a tip how to upload folders to a project in online compiler:
- On the local machine, pack the required folder into a
- In the online compiler select the target project.
- On the toolbar, click on the
- At the bottom area of the "Import files from your Local Machine" click on the
- Then click on the
- If you'd like to import more folders or files repeat the steps above to populate the list with additional files.
- Once the list is complete click on the
- In the popup menu select the "Import As:
posted by Zoltan Hudak 29 May 2018zip file
.Import
button and then in the left-hand side pane proceed to theUpload
tab.Browse...
button and select thezip file
containing the folder you'd like to upload.Open
button. Thezip file
will be added to theList of local machine files to import in your worspace
.Import!
button located in the upper-right corner.Libraries
option and complete the command by clicking theImport
button.