Skip to content

Latest commit

 

History

History

dspic33e-rtdm-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

image

Using RTDM driver for communication with DMCI

Description:

This code example shows how to use Real-Time Data Monitor (RTDM) to create an alternative link between Host PC and target device for debugging applications in real-time using MPLAB DMCI ( MPLAB 8.10 or higher).
It is required to include the RTDM.C file and RTDM.h into the application project in order to send/receive data through the UART to/from the host PC running under MPLAB DMCI environment.
DMCI included in MPLAB 8.10 or higher is ready and enabled to support data exchange between the host PC and target device. Previous versions of DMCI do not support this feature. RTDM is currently supported by PIC24H, dsPIC30F , dsPIC33F , PIC24E and dsPIC33E processors

Function: RTDM_Start()
Overview: Here is where the RTDM code initializes the UART to be used to exchange data with the host PC
Note: Some processors may have 2 UART modules, that is why it is required to specify which UART module is going to be used by RTDM

Function: RTDM_ProcessMsgs()
Overview: Here is where the RTDM code process the message received and then executes the required task. These tasks are reading an specified memory location, writing an specified memory location, receive a communication link sanity check command, or being asked for the size of the buffers.

Function: CloseRTDM()
Overview: Here is where the RTDM code closes the UART used to exchange data with the host PC

Hardware Used

Software Used