Best Answer Chris Walker, 08 June 2014 - 02:05 AM
Hi Paul,
Two things...
1. Did you mean to use InterruptEdgeLevelHigh (interrupt repeats infinitely when signal is high) in your InterruptPort constructor? Or InterruptEdgeHigh (low-to-high signal transition)? The latter is supported by the core STM32 BSP; the former may not be.
2. If changing that doesn't fix the issue for you, try moving the object creation to Main(). In NETMF, some of the class-level variables may be instantiated in an order which is a bit different from the desktop .NET Framework.
Does that get you up and running?
Welcome to the community,
Chris
Go to the full post