NFC Reader Library with LPC55S69 & RTOS fails

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

NFC Reader Library with LPC55S69 & RTOS fails

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

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