Issues for FreeMASTER PE Component in MQX_IO Interface

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

Issues for FreeMASTER PE Component in MQX_IO Interface

878 Views
chiasyan
Contributor II

Hi,

   

There are several issues found when generating code using PE's FreeMASTER component in CW10.3:

  1. #define FMSTR_USE_MQX_IO  1 : This line of code isn't generated in "freemaster_cfggen.h".
  2. There is NO installation of MQX IO driver in static FMSTR_BOOL FMSTR_InitMQX(void) function, under "freemaster_serial.c". The channel is opened directly, causing unidentified directive error during build (eg. ittyc:).
  3. The channel generated under #define FMSTR_MQX_IO_CHANNEL ittyc: isn't enclosed by double-quote (" ").

Thank you.

Labels (1)
2 Replies

530 Views
JardaP
NXP Employee
NXP Employee

Hello Chiasyan,

I can confirm this behavior, Im sorry for this bug.

You can write missing configuration into "freemaster_cfg.h". This file is generated once, when FreeMASTER component is included into project.

This will be fixed in next Processor Expert release.

Best Regards,

Jaroslav

0 Kudos

530 Views
JardaP
NXP Employee
NXP Employee

Hello Chiasyan,

The update of FreeMASTER component is here:

https://community.freescale.com/docs/DOC-95086

Best Regards,

Jaroslav