Page 1 of 1

Understanding how to use UART code generated by MCC

PostPosted: Wed May 31, 2017 3:32 pm
by hmartinez
Hello Forum

I just started learning PICs. I am learning PIC24FJ256GB110. I am trying to understand de UART code that is generated by the MCC and then develop my first application from this code.

It looks like the generated file is implementing the driver and interruption services for the UART. I just need to understand how to use it.

I am using the code generated by the MCC in other peripherals and ping configuration, also.

Thanks in advance!