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
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
Regards
Daniel
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.
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