How to retrieve embedded software freemaster info strings?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to retrieve embedded software freemaster info strings?

Jump to solution
1,802 Views
lucabarbiero
Contributor IV

Hello, the FreeMASTER driver supports the following string defines:

- FMSTR_APPLICATION_STR

- FMSTR_DESCRIPTION_STR

- FMSTR_BUILDTIME_STR

Once I define them on target side, how can I retrieve these strings using the desktop application, as well as activex and json-rpc APIs? I could not find any documentation about this.

Regards,

Luca

0 Kudos
1 Solution
1,792 Views
iulian_stan
NXP Employee
NXP Employee

Hi Luca,

You can get this values via ActiveX/JSON-RPC API using GetConfigParamString function with:

  • NM argument for FMSTR_APPLICATION_STR
  • DS argument for FMSTR_DESCRIPTION_STR
  • BD argument for FMSTR_BUILDTIME_STR.

Capture.PNG

 

Regards,
Iulian

View solution in original post

3 Replies
1,789 Views
lucabarbiero
Contributor IV

Ok sorry, I just missed that! Why don't you add this feature in the desktop app as well? Maybe get those strings in a popup window or something. That would be useful.

Luca

0 Kudos
1,759 Views
MichalH
NXP Apps Support
NXP Apps Support

Hello Luca,

some of the application parameters (not the string ones though) are displayed when trying to use a Connection Wizard with an already connected board:

MichalH_0-1652767121252.png

Your request has been logged. We'll extend this dialog in one of the future versions and will add a more obvious way to display it.

Thanks,
Michal

1,793 Views
iulian_stan
NXP Employee
NXP Employee

Hi Luca,

You can get this values via ActiveX/JSON-RPC API using GetConfigParamString function with:

  • NM argument for FMSTR_APPLICATION_STR
  • DS argument for FMSTR_DESCRIPTION_STR
  • BD argument for FMSTR_BUILDTIME_STR.

Capture.PNG

 

Regards,
Iulian