Issues for FreeMASTER PE Component in MQX_IO Interface

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Issues for FreeMASTER PE Component in MQX_IO Interface

965 次查看
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.

标签 (1)
2 回复数

617 次查看
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 项奖励
回复

617 次查看
JardaP
NXP Employee
NXP Employee

Hello Chiasyan,

The update of FreeMASTER component is here:

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

Best Regards,

Jaroslav