5 years, 11 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

https://my.st.com/content/my_st_com/en/products/ecosystems/stm32-open-development-environment/stm32-nucleo-expansion-boards/stm32-ode-connect-hw/x-nucleo-ids01a5.html#sw-tools-scroll

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 zip file.
  • In the online compiler select the target project.
  • On the toolbar, click on the Import button and then in the left-hand side pane proceed to the Upload tab.
  • At the bottom area of the "Import files from your Local Machine" click on the Browse... button and select the zip file containing the folder you'd like to upload.
  • Then click on the Open button. The zip file will be added to the List of local machine files to import in your worspace.
  • 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 Import! button located in the upper-right corner.
  • In the popup menu select the "Import As: Libraries option and complete the command by clicking the Import button.
posted by Zoltan Hudak 29 May 2018
Be the first to answer this question.