Hi,
I have a problem with my NET+OS 7.3 project (my first one) on ConnectME:
My code never get out of an NAIrqHandler(), and I don’t know the reason. My app do the following :
- Configure serial port B as dialog port instead of port A, which I use to communicate with another uC.
- Start another thread (I don’t know if I can use the root thread for all my stuff, but as every example seem to use thread, so did I) who will use serial to poll data from the other uC and toggle some GPIO pin through NAsetGPIOpin().
As I didn’t configure anything particuliar for the interrupt, I don’t undestant which interrupt cause the problem. Can the GPIO things or serial communication be the cause?
Any help realy welcomed !
And if need more information is need, just tell it