Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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.
...