Porting from NULLOS to RTOS in NFC library

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

Porting from NULLOS to RTOS in NFC library

Jump to solution
328 Views
ujwal_kumar_N_L
Contributor III

Hi community ,


I'm currently working on the NFC module (CLRC663 PLUS ),i found a ported code (from LPC1769 TO LPC55S69)for the discoveryloop program in the community (Using NFC Reader Library with LPC55S69 - NXP Community ).


Details :

  1. MCU:-LPC55S69 EVK 
  2. NFC module:-CLRC663 plus NFC Frontend development Kit 
  3. OS :-NULLOS is been used 

Question :

  1. How do I port from NULLOS to RTOS I tried changing the macro define but there a lot of error ?
  2.  The NFC module switch's between polling and Listening mode and also goes into sleep mode ,How do I control that sleep mode (Is it due to the interrupt pin )?
  3. Can you also check how the interrupt is been used ?The interrupt is being generated from the NFC module to MCU ,how is it working ,i mean what is its use ??(SLEEP AND WAKE ?).
  4. I have other multiple peripherals working in RTOS tasks how do i also include this into one more ?
  5. There are multiple generic library in this file how do i cut the down ??(delete and try running the program ?

Shared the file I'm refereeing and using .

Thank you and regards 
UJWAL

0 Kudos
1 Solution
305 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi 

 

I would recommend you refer to AN11784, How to integrated to RTOS.  though this AN is for PN7462,  it is also applies to RC663 or other IC.

https://www.nxp.com.cn/docs/en/application-note/AN11784.pdf

 

Regards

Daniel

View solution in original post

0 Kudos
1 Reply
306 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi 

 

I would recommend you refer to AN11784, How to integrated to RTOS.  though this AN is for PN7462,  it is also applies to RC663 or other IC.

https://www.nxp.com.cn/docs/en/application-note/AN11784.pdf

 

Regards

Daniel

0 Kudos