From time to time (but pretty often) when my NETMF application on my GHI400 board starts a new thread (e.g. for async audio playback), the application hangs in the
call and all other threads freeze completely. The application only continues when I pause the application via the debug mode in Visual Studio and resume it.
Any ideas?
Jan
(NETMF version: 4.3)
Have you tried booting it up without a USB-connection (so just a power-supply, not a PC as power-source)? I had also had the problem, my application paused, when I deployed it and disconnected/stopped the debugger. Booting up without the debugger attached it works fine.