serinprv.h is not included in build batch file

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

serinprv.h is not included in build batch file

451 Views
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 Kudos
3 Replies

320 Views
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 Kudos

320 Views
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 Kudos

320 Views
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 Kudos