11-19-2012 09:40 PM
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.
11-19-2012 09:43 PM
Following is the path of VIs:
@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.