NFC Reader Library with LPC55S69 & RTOS fails

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

NFC Reader Library with LPC55S69 & RTOS fails

538 Views
bwinter
Contributor II

Starting to use the NFC Reader Library together with a LPC55S69 uC.
Fastest way to start is use the files from the knowledge base: Using NFC Reader Library with LPC55S69 https://community.nxp.com/t5/NFC-Knowledge-Base/Using-NFC-Reader-Library-with-LPC55S69/ta-p/1117479

However changing the PH_OSAL_NULLOS to PH_OSAL_FREERTOS results in a compile with many errors. It seems RTOS had been removed from the example (why?)

However with MCUXpresso "Manage SDK Components" it should be easy to add the FreeRTOS to the project. Not!. When adding the RTOS a lot of files are replaced with newer version leading to a lot of build errors. If old versions are kept (refuse replacement) it seems there are still files added/replace leading to an incompatible build.

Is there a simple option to add RTOS to this project or is RTOS removed becasue of the above errors.

 

0 Kudos
1 Reply

506 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi bwinter:

FreeRTOS part is in the Nfcrdlib. you need to import it into workspace.

danielchen_0-1645370779846.png

 

In LPC55S69 SDK, there is also a FreeRTOS part. and you can add it to your sdk project with "Manage SDK Components" .  But please note that what the macro " PH_OSAL_FREERTOS" controlling is the FreeRTOS in the nfcrdlib.  If you are using FreeRTOS in the LPC55S69 sdk, there will be lots of compiling errors.

 

Regards

Daniel

 

 

Regards

Daniel

0 Kudos