serinprv.h is not included in build batch file

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

serinprv.h is not included in build batch file

1,111件の閲覧回数
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 返答(返信)

980件の閲覧回数
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 件の賞賛
返信

980件の閲覧回数
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 件の賞賛
返信

980件の閲覧回数
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 件の賞賛
返信