This widget could not be displayed.

From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Warning: Incompatible arguments: SSI Config Set Exp Clk

I want to simulate LM3s8962 board as SPI slave device and developed below vi. Howerever while deploying it in to board I got follwoing warnings and not able to debug during running code in the board.

 

[2:21:15 PM] Status: Warning

 

The following C code generation warning(s) occurred:

 

Warning: Incompatible arguments. You cannot enable

C function calls on a VI on which you enable

debugging. Disabling C function calls. Source: SSI

Enable

 

Warning: Incompatible arguments. You cannot enable

C function calls on a VI on which you enable

debugging. Disabling C function calls. Source: SSI

Config Set Exp Clk

 

Warning: Incompatible arguments. You cannot enable

C function calls on a VI on which you enable

debugging. Disabling C function calls. Source: SSI Data

Get

 

3 warnings and 0 errors occurred.

 

[2:22:36 PM] Status: Build Succeeded.

 

0 Kudos
Message 1 of 2
(5,647 Views)

Following is the path of VIs:

Functions >> ARM >> EK LM3S8962 >> StellarisWare >> SSI >> SSI Config Set Exp Clk VI


@Labview_expert wrote:

I want to simulate LM3s8962 board as SPI slave device and developed below vi. Howerever while deploying it in to board I got follwoing warnings and not able to debug during running code in the board.

 

[2:21:15 PM] Status: Warning

 

The following C code generation warning(s) occurred:

 

Warning: Incompatible arguments. You cannot enable

C function calls on a VI on which you enable

debugging. Disabling C function calls. Source: SSI

Enable

 

Warning: Incompatible arguments. You cannot enable

C function calls on a VI on which you enable

debugging. Disabling C function calls. Source: SSI

Config Set Exp Clk

 

Warning: Incompatible arguments. You cannot enable

C function calls on a VI on which you enable

debugging. Disabling C function calls. Source: SSI Data

Get

 

3 warnings and 0 errors occurred.

 

[2:22:36 PM] Status: Build Succeeded.

 


 

0 Kudos
Message 2 of 2
(5,646 Views)