Using the CLRC663 ReaderChip with the NFC Library without OS

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

Using the CLRC663 ReaderChip with the NFC Library without OS

1,200件の閲覧回数
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 返信

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