Table of Contents

Flash a nanoCLR image in a TI CC32xx board

How To guide

To flash nanoCLR image in a TI board Uniflash tool from TI is required.

Assuming that Uniflash tool and the USB drivers are properly installed, follows the recommend procedure for a CC3220SF-LAUNCHXL board.

  1. Download the image from .NET nanoFramework repository.
  2. Place the J13 SPO jumper in position 1. uniflash-start-screen
  3. Connect the board using the USB cable.
  4. Start Uniflash. The board should be detected and listed. uniflash-start-screen
  5. Click the Start button there and select the project corresponding to your board. This is assuming that you've created that project beforehand. If that's not the case, please follow the walk-through here.
  6. Select the nanoCLR image file by clicking Browse and navigating to the folder/file where the nanoCLR.bin is located. (Make sure you do select the file with bin extension). uniflash-project-loaded-screen
  7. Click the Connect button. uniflash-project-loaded-screen
  8. After the connection with the target is successfully established the device status and capabilities will be listed at the top right corner.
  9. Click the Burn button and the flashing process will start. uniflash-project-loaded-screen
  10. After successfully burning the flash with the nanoCLR image, you can disconnect and reconnect the USB cable. The nanoDevice target will show in Visual Studio Device Explorer window as expected.

Prepare a Uniflash project for a CC32xx board

(TBD)