You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Deploy a managed application to a SL_STK3701A target
@@ -278,7 +278,7 @@ To deploy a managed application to a SL_STK3701A target, which has the deploymen
278
278
>Note: The binary file with the deployment image can be found on the Release or Debug folder of a Visual Studio project after a successful build. This file contains everything that's required to deploy a managed application to a target (meaning application executable and all referenced libraries and assemblies).
### Update the firmware of a SL_STK3701A along with a managed application
@@ -288,7 +288,7 @@ You have to specify the path to the managed application.
288
288
This example uses the binary format file that is generated by Visual Studio when building any nanoFramework C# application. Because it's a binary file you have to specify too the flash address of the deployment region (here 0x000EE000, mind the hexadecimal format).
0 commit comments