TinyCLR OS - G120 Freezes On "Incrementally deploying assemblies to the device"

When I try to deploy my code it freezes on “Incrementally deploying assemblies to the device”. To get it to work I have to fully erase the chip with the bootloader and reload the TinyCLR Firmware and then re-deploy my code. G120 is running V0.9.0

the team are going to need you to provide a code example that will demonstrate this. Create the simplest app you can, and prove the same situation exists for you, and then show that code.

3 Likes

Your issue may related to Can not deploy Application at second time if SPI is used · Issue #208 · ghi-electronics/TinyCLR-Ports · GitHub.

If so, the fixed is ready if you want to apply by self.

Or, hold P0.22 (LDR1) and hit reset before deploying application for now. This will stop running old application.

Also, tell us a bit what your application does, please.

1 Like

Thanks, I believe that’s the issue because I started having this problem once I started using SPI.