Part Number: MSP432E401Y
Hello, i am trying to port my code from nortos to rtos, however i have not been able to find a good example for a uart interrupt driven for RTOS, my application expects asynchronous and unexpected communication thru serial ports, the communication protocol used is SECS/GEM (RS232) and HSMS on the other side (TCPIP), on SECS1/RS232 the size of the packets can go from 1 byte to 258.
my current solution works with interruptions, and background/foreground event driven style code, the processor is most of the time sleeping. processing data coming from the ports and putting it into circular buffers the interruptions handle the low level handshaking, and when a full package is received then it they post an event and awake the processor,
I need to move to RTOS because i want to keep it to one processor granted with the CC2XXBOOST for WiFi, or if anyone has an example of using WiFi witn NORTOS.
thanks.
