Using the CLRC663 ReaderChip with the NFC Library without OS

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

Using the CLRC663 ReaderChip with the NFC Library without OS

1,021 Views
michaelumundum
Contributor I

Hello,

I'm searching for an easy way to get the CLRC663 ReaderChip working with the help of the NFC Reader Library without an OS. It Looks like that the Library was designd to have there allways an OS running on the CPU. Is there a possible way to do it without an OS?

Are there some libraries to get the Chip working in an easy way?

Or is it the best way to do the implementation with all the Registers and the command combinations by my self?

Thanks for your help

0 Kudos
1 Reply

836 Views
IvanRuiz
NXP Employee
NXP Employee

Hello,

Please refer to chapter 5 of the following Application Note where you will find the projects which can be configured to run with or without FreeRTOS operating system:

http://www.nxp.com/docs/en/application-note/AN11211.pdf

 

 To enable/disable FreeRTOS, define your settings in the file “../intfs/ph_NxpBuild_App.h”

E.g. enable FreeRTOS

//#define NXPBUILD__PH_OSAL_NULLOS

#define NXPBUILD__PH_OSAL_FREERTOS

Best regards,

Ivan.

0 Kudos