serinprv.h is not included in build batch file

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

serinprv.h is not included in build batch file

1,107 次查看
Mike_d
Contributor IV


Hi,

I'm using Kinetis MCU's with MQX 4.1.1 and was wondering if there is a reason serinprv.h is not part of the library headers.  I would like to use the RX interrupt in my application to collect the bytes one at a time.

Regards,

-Mike

0 项奖励
回复
3 回复数

976 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Michael:

Not sure I understand you correctly, serinprv.h is the header files for io\serial\,  you must include this file if you recompile a serial-device driver. Please check this in MQX_IO_User_Guide.pdf

pastedImage_1.png

Regards

Daniel

0 项奖励
回复

976 次查看
Mike_d
Contributor IV

So it's only intended to be used in the BSP project and not the application?  It's not part of the .bat file that copies the library and headers into the lib folder.

0 项奖励
回复

976 次查看
danielchen
NXP TechSupport
NXP TechSupport

MQX provided a standard formatted IO library for application use. But if you need this header file, you can include the header file from source/io/serial in your application .

Regards

Daniel

0 项奖励
回复