Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added note about SPI timing

Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printabletrue

Compiling

There are sources missing at the Synergy e2studio project

To compile the Synergy e2studio examples, please make sure that you opened the project "configuration.xml" file and generated the BSP code with the "Generate" button. This will create missing BSP source and header files.

Running

SPI connection can not be established

Please ensure proper state of the Reset Pin of the SoM, controlled by the application controller. Also check the SPI communication using a logic analyzer or oscilloscope for valid CS and CLK. The SPI settings for the SoM are configurable - the default values and the timing are described here.

Timeouts occur during Debugging

If the application is paused (due to a breakpoint) while RPC requests occur, RPC timeouts will happen. Those are signaled with return value 0x800000AB (GOAL_ERR_TIMEOUT). Possibilities to disable the peer-loss detection, on both the SoM and the application controller, are described here.

...