Using the CLRC663 ReaderChip with the NFC Library without OS

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

Using the CLRC663 ReaderChip with the NFC Library without OS

1,155 次查看
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 项奖励
回复
1 回复

970 次查看
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 项奖励
回复