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 :
- MCU:-LPC55S69 EVK
- NFC module:-CLRC663 plus NFC Frontend development Kit
- OS :-NULLOS is been used
Question :
- How do I port from NULLOS to RTOS I tried changing the macro define but there a lot of error ?
- 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 )?
- 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 ?).
- I have other multiple peripherals working in RTOS tasks how do i also include this into one more ?
- 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