Hi,
I'm learning about TF-M and bought the NXP FRDM-RW612 board to test the TF-M features. Everything is going alright but I wanted to take a further step and implement a mqtt client in the non-secure world (as it is expected to carry the application in real world production). I'm having trouble on getting it, I tried to use the rw612_wifi_mqtt example to port something similar but my lack of experience in MCUXpresso NXP IDE doesn't allow me to success.
To run this mqtt client inside non-secure world (wifi mqtt client) which way would be the easiest? Which NXP tools allow to integrate that easier?
Any help is appreciated. Thanks for your time really. (Sorry if this location is not the best to ask this question)
Hi,
Unfortunately, we don't have specific documentation to integrate or port application into a tfm project.
What is the problem you are facing?
Could you please tell me how are you importing the MQTT files into the TF-M project?
Regards,
Daniel.
Hi,
Thank you for confirming.
I strongly recommend you to literally copy and paste the MQTT source files into your project.
When using Manage SDK Components, the tool will make some changes in the project setting that might affect the behavior. Specially, if you are using TF-M.
Regards,
Daniel.
Hi,
I don't have experience with CMSIS RTOS2. But I found the following documentation that might help you with this specific situation.
Regards,
Daniel.
I am also facing this problem now, shouldn't there be an secure mqtt demo available officially?
Do you have any idea? thanks