Access to UART0 port with CMSIS for interrupt

03 Mar 2014

Hi, i'm stuck with a project. I have to do a serial communication and access to UART0 receiver buffer register and transmit hold register using the CMSIS. I have basically no idea how to do that. Ones i have define the baudrate (with the function en Serial.h) and the interrupt for the serial port (with the attach function), what i have to put in the callback?

Thank so much in advance, Giacomo