Hello all,
I am using the NXP Touch software (NT) library for my development. I am working on the MKE15Z128VLH7 controller and we have a custom hardware.
I need to tune the touch parameters using uSAFA key detection algorithm.
I was trying to use the FreeMASTER software to tune the touch parameters.
I am able to successfully execute the following steps when using FreeMASTER version 2.5.
1. Establish connection with the hardware, using Plug-in mode - FreeMASTER Segger/JLink Communication Plug in.
2. Load the .out file to monitor the variables.
3. Add the variables to monitor in the Oscilloscope block.
I am failing to execute the following steps:
1. Not able to view/capture a waveform upon the touch event.
2. Not able to view the Control Page.
(as mentioned in the - NXP Touch Library Reference Manual - NT20RM. "The FreeMASTER automatically generates
the HTML pages for visualization touch quantities in real time according to the current configuration of the embedded application using TSA tables". )
When I checked the code for Freemaster - freemaster_cfg.h. I found that the following communication interfaces are available which needs to be set accordingly.
#define FMSTR_SCI_BASE_DYNAMIC
#define FMSTR_DISABLE
#define FMSTR_USE_SCI
#define FMSTR_USE_LPUART
#define FMSTR_USE_FLEXCAN
#define FMSTR_USE_USB_CDC
#define FMSTR_USE_PDBDM
#define FMSTR_FLEXCAN_TXMB
#define FMSTR_FLEXCAN_RXMB
When we use the JLink which of the above would be applicable?
Also, the FreeMASTER version is 2.0
/* Define global version macro */
#define FMSTR_VERSION 0x00020000 /* 2.0.0 */
Is it okay to use 2.5? I was not able to connect with JLink using 2.0.
Could you please suggest the next steps I need to follow?
Thanks and regards,
Sandhya Sharma