[FRDM-IMX93] MCUXpresso with Zephyr 4.3.0

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

[FRDM-IMX93] MCUXpresso with Zephyr 4.3.0

跳至解决方案
334 次查看
jaseze01
Contributor I

Hi, developer in training here! I'm trying to work with MCUXpresso in VSCode and Zephyr 4.3.0. I have been trying to import an example from the Zephyr repository for the FRDM-IMX93, "synchronization" or "hello world", but when I try to build them a "Error: could not find CMAKE_PROJECT_NAME in Cache" pops up. I have done some very-simple work with the MIMXRT1060-EVKB and MIMXRT1160-EVK with the same set-up with no problem, and the projects build just fine.  I'm not sure if I'm missing something, as I'm still trying to learns the basics of Zephyr...

0 项奖励
回复
1 解答
145 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @jaseze01 

yes, the complete installation of sdk should contain aarch64-zephyr-elf folder,you can try to delete zephyr-sdk-0.17.4 folder and reinstall it.

Best Regards,
Zhiming

在原帖中查看解决方案

0 项奖励
回复
5 回复数
295 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi @jaseze01 

 

Did you installed the correct compile tool?

That error usually means CMake is not initialized properly.

 

Regards

Daniel

0 项奖励
回复
242 次查看
jaseze01
Contributor I

jaseze01_0-1763975113208.png

Hi, I installed the tools following the Zephyr https://github.com/nxp-mcuxpresso/vscode-for-mcux/wiki/Zephyr-Lab-Installation-and-Preparation guidelines. I suspect that maybe it has something to do with the versions of the tools (I attach a photo of the currents versions), as the FRDM-IMX93 is a relatively "new" incorporation, and only supported via MCUXpresso in Zephyr v4.3.0. With the other dev-kits I can compile and develop my projects without problems.

0 项奖励
回复
207 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @jaseze01 

There is no issue here.

Zhiming_Liu_1-1764037024168.png

 

Zhiming_Liu_0-1764037007732.png

 

Please try to install v4.3 zephyr development tool.

Zhiming_Liu_2-1764037085009.png

 

 

To install zephyr, you can try to install it from VScode MCUXpresso plugin.

Zhiming_Liu_3-1764037131307.png




Best Regards,
Zhiming

0 项奖励
回复
169 次查看
jaseze01
Contributor I

Hi @Zhiming_Liu ! I have updated the installation, and now have the v4.3 for the Zephyr Developer. However the problem is still there...

I have revised the logs, and I think the problem originates in the Zephyr SDK:

Cmake Error at:

/mnt/.../.../zephyr/zephyr/zephyr/cmake/compiler/gcc/target.cmake:11 (message):

C compiler:

/home/.../zephyr-sdk-0.17.4/aarch64-zephyr-elf/bin/aarch64-zephyr-elf-gcc not found - Please chek your toolchain installation.

However, my zephyr-sdk-0.17.4 folder has no <aarch64-zephyr-elf> subdirectory, but <arm-zephyr-eabi> instead. Could that be it?

0 项奖励
回复
146 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @jaseze01 

yes, the complete installation of sdk should contain aarch64-zephyr-elf folder,you can try to delete zephyr-sdk-0.17.4 folder and reinstall it.

Best Regards,
Zhiming

0 项奖励
回复
%3CLINGO-SUB%20id%3D%22lingo-sub-2217581%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%5BFRDM-IMX93%5D%20MCUXpresso%20%E4%B8%8E%20Zephyr%204.3.0%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2217581%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%E4%BD%A0%E5%A5%BD%EF%BC%8C%E6%88%91%E6%98%AF%E6%AD%A3%E5%9C%A8%E6%8E%A5%E5%8F%97%E5%9F%B9%E8%AE%AD%E7%9A%84%E5%BC%80%E5%8F%91%E4%BA%BA%E5%91%98%EF%BC%81%E6%88%91%E8%AF%95%E5%9B%BE%E5%9C%A8%20VSCode%20%E5%92%8C%20Zephyr%204.3.0%20%E4%B8%AD%E4%BD%BF%E7%94%A8%20MCUXpresso%E3%80%82%E6%88%91%E4%B8%80%E7%9B%B4%E5%9C%A8%E5%B0%9D%E8%AF%95%E4%BB%8E%20Zephyr%20%E5%AD%98%E5%82%A8%E5%BA%93%E4%B8%AD%E5%AF%BC%E5%85%A5%20FRDM-IMX93%20%E7%9A%84%E7%A4%BA%E4%BE%8B%EF%BC%8C%22%20%E5%90%8C%E6%AD%A5%20%22%20%E6%88%96%20%22%20%E4%BD%A0%E5%A5%BD%E4%B8%96%E7%95%8C%20%22%EF%BC%8C%E4%BD%86%E6%98%AF%E5%BD%93%E6%88%91%E5%B0%9D%E8%AF%95%E7%89%88%E6%9C%AC%E5%AE%83%E4%BB%AC%E6%97%B6%20%22%20%E9%94%99%E8%AF%AF%EF%BC%9A%E5%9C%A8%E7%BC%93%E5%AD%98%20%22%20%E4%B8%AD%E6%89%BE%E4%B8%8D%E5%88%B0%20CMAKE_PROJECT_NAME%E3%80%82%E6%88%91%E7%94%A8%E7%9B%B8%E5%90%8C%E7%9A%84%E5%AE%89%E8%A3%85%E5%9C%A8%20MIMXRT1060-EVKB%20%E5%92%8C%20MIMXRT1160-EVK%20%E4%B8%8A%E5%81%9A%E4%BA%86%E4%B8%80%E4%BA%9B%E9%9D%9E%E5%B8%B8%E7%AE%80%E5%8D%95%E7%9A%84%E5%B7%A5%E4%BD%9C%EF%BC%8C%E6%B2%A1%E6%9C%89%E9%97%AE%E9%A2%98%EF%BC%8C%E8%80%8C%E4%B8%94%E9%A1%B9%E7%9B%AE%E7%89%88%E6%9C%AC%E5%BE%97%E5%BE%88%E5%A5%BD%E3%80%82%E6%88%91%E4%B8%8D%E7%A1%AE%E5%AE%9A%E8%87%AA%E5%B7%B1%E6%98%AF%E5%90%A6%E9%81%97%E6%BC%8F%E4%BA%86%E4%BB%80%E4%B9%88%EF%BC%8C%E5%9B%A0%E4%B8%BA%E6%88%91%E4%BB%8D%E5%9C%A8%E5%8A%AA%E5%8A%9B%E5%AD%A6%E4%B9%A0%20Zephyr%20%E7%9A%84%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86...%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2228901%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20%5BFRDM-IMX93%5D%20MCUXpresso%20with%20Zephyr%204.3.0%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2228901%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%E4%BD%A0%E5%A5%BD%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F257092%22%20target%3D%22_blank%22%3E%40jaseze01%3C%2FA%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%E6%82%A8%E5%AE%89%E8%A3%85%E4%BA%86%E6%AD%A3%E7%A1%AE%E7%9A%84%E7%BC%96%E8%AF%91%E5%B7%A5%E5%85%B7%E5%90%97%EF%BC%9F%3C%2FP%3E%0A%3CP%3E%E8%AF%A5%E9%94%99%E8%AF%AF%E9%80%9A%E5%B8%B8%E6%84%8F%E5%91%B3%E7%9D%80%20CMake%20%E6%B2%A1%E6%9C%89%E6%AD%A3%E7%A1%AE%E5%88%9D%E5%A7%8B%E5%8C%96%E3%80%82%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%E6%AD%A4%E8%87%B4%3C%2FP%3E%0A%3CP%3E%E4%B8%B9%E5%B0%BC%E5%B0%94%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2247149%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20%5BFRDM-IMX93%5D%20MCUXpresso%20with%20Zephyr%204.3.0%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2247149%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22jaseze01_0-1763975113208.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22jaseze01_0-1763975113208.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22jaseze01_0-1763975113208.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22jaseze01_0-1763975113208.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22jaseze01_0-1763975113208.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F366953iDA05EBEBEDAB241B%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22jaseze01_0-1763975113208.png%22%20alt%3D%22jaseze01_0-1763975113208.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FSPAN%3E%3C%2FP%3E%3CP%3E%E4%BD%A0%E5%A5%BD%EF%BC%8C%E6%88%91%E6%8C%89%E7%85%A7%20Zephyr%3CA%20href%3D%22https%3A%2F%2Fgithub.com%2Fnxp-mcuxpresso%2Fvscode-for-mcux%2Fwiki%2FZephyr-Lab-Installation-and-Preparation%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fgithub.com%2Fnxp-mcuxpresso%2Fvscode-for-mcux%2Fwiki%2FZephyr-Lab-Installation-and-Preparation%3C%2FA%3E%E5%AE%89%E8%A3%85%E4%BA%86%E5%B7%A5%E5%85%B7%20%E6%8C%87%E5%AF%BC%E6%96%B9%E9%92%88%E3%80%82%E6%88%91%E6%80%80%E7%96%91%E8%BF%99%E5%8F%AF%E8%83%BD%E4%B8%8E%E5%B7%A5%E5%85%B7%E7%9A%84%E7%89%88%E6%9C%AC%E6%9C%89%E5%85%B3%EF%BC%88%E6%88%91%E9%99%84%E4%B8%8A%E4%BA%86%E5%BD%93%E5%89%8D%E7%89%88%E6%9C%AC%E7%9A%84%E7%85%A7%E7%89%87%EF%BC%89%EF%BC%8C%E5%9B%A0%E4%B8%BA%20FRDM-IMX93%20%E6%98%AF%E4%B8%80%E4%B8%AA%E7%9B%B8%E5%AF%B9%E8%BE%83%E6%96%B0%E7%9A%84%22%22%20%E6%95%B4%E5%90%88%EF%BC%8C%E8%80%8C%E4%B8%94%E4%BB%85%E5%9C%A8%20Zephyr%20v4.3.0%20%E4%B8%AD%E9%80%9A%E8%BF%87%20MCUXpresso%20%E6%8F%90%E4%BE%9B%E6%94%AF%E6%8C%81%E3%80%82%E4%BD%BF%E7%94%A8%E5%85%B6%E4%BB%96%E5%BC%80%E5%8F%91%E5%A5%97%E4%BB%B6%EF%BC%8C%E6%88%91%E5%8F%AF%E4%BB%A5%E9%A1%BA%E5%88%A9%E5%9C%B0%E7%BC%96%E8%AF%91%E5%92%8C%E5%BC%80%E5%8F%91%E6%88%91%E7%9A%84%E9%A1%B9%E7%9B%AE%E3%80%82%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2248347%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20%5BFRDM-IMX93%5D%20MCUXpresso%20with%20Zephyr%204.3.0%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2248347%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%E4%BD%A0%E5%A5%BD%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F151788%22%20target%3D%22_blank%22%3E%40%E5%88%98%E5%BF%97%E6%98%8E%3C%2FA%3E%EF%BC%81%E6%88%91%E5%B7%B2%E7%BB%8F%E6%9B%B4%E6%96%B0%E4%BA%86%E5%AE%89%E8%A3%85%EF%BC%8C%E7%8E%B0%E5%9C%A8%E6%9C%89%E4%BA%86%20Zephyr%20Developer%20%E7%9A%84%20v4.3%E3%80%82%E7%84%B6%E8%80%8C%EF%BC%8C%E9%97%AE%E9%A2%98%E4%BB%8D%E7%84%B6%E5%AD%98%E5%9C%A8%3C%2FP%3E%3CP%3E%E6%88%91%E4%BF%AE%E6%94%B9%E4%BA%86%E6%97%A5%E5%BF%97%EF%BC%8C%E8%AE%A4%E4%B8%BA%E9%97%AE%E9%A2%98%E6%BA%90%E4%BA%8E%20Zephyr%20SDK%EF%BC%9A%3C%2FP%3E%3CP%3E%3CEM%3ECmake%20Error%20at%EF%BC%9A%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3E%2Fmnt%2F...%2F...%2Fzephyr%2Fzephyr%2Fzephyr%2Fcmake%2Fcompiler%2Fgcc%2Ftarget.cmake%3A11(%E7%95%99%E8%A8%80%EF%BC%89%EF%BC%9A%3C%2FEM%3E%3C%2FP%3E%3CP%3E%3CEM%3EC%20%E7%BC%96%E8%AF%91%E5%99%A8%3C%2FEM%3E%3C%2FP%3E%3CP%20class%3D%22lia-indent-padding-left-30px%22%20style%3D%22padding-left%20%3A%2030px%3B%22%20style%3D%22padding-left%20%3A%2030px%3B%22%20style%3D%22padding-left%20%3A%2030px%3B%22%20style%3D%22padding-left%20%3A%2030px%3B%22%3E%3CEM%3E%2Fhome%2F...%2Fzephyr-sdk-0.17.4%2Faarch64-zephyr-elf%2Fbin%2Faarch64-zephyr-elf-gcc%20%E6%9C%AA%E6%89%BE%E5%88%B0%20-%20%E8%AF%B7%E6%A3%80%E6%9F%A5%E6%82%A8%E7%9A%84%E5%B7%A5%E5%85%B7%E9%93%BE%E5%AE%89%E8%A3%85%E3%80%82%3C%2FEM%3E%3C%2FP%3E%3CP%3E%E4%BD%86%E6%98%AF%EF%BC%8C%E6%88%91%E7%9A%84%20zephyr-sdk-0.17.4%20%E6%96%87%E4%BB%B6%E5%A4%B9%E4%B8%AD%E6%B2%A1%E6%9C%89%3CAARCH64-ZEPHYR-ELF%3E%20%E5%AD%90%E7%9B%AE%E5%BD%95%EF%BC%8C%E8%80%8C%E6%98%AF%3CARM-ZEPHYR-EABI%3E%20%E3%80%82%E4%BC%9A%E6%98%AF%E8%BF%99%E6%A0%B7%E5%90%97%EF%BC%9F%3C%2FARM-ZEPHYR-EABI%3E%3C%2FAARCH64-ZEPHYR-ELF%3E%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2248724%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20%5BFRDM-IMX93%5D%20MCUXpresso%20with%20Zephyr%204.3.0%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2248724%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%E4%BD%A0%E5%A5%BD%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F257092%22%20target%3D%22_blank%22%3E%40jaseze01%3C%2FA%3E%20%3CBR%20%2F%3E%3CBR%20%2F%3E%E6%98%AF%E7%9A%84%EF%BC%8C%E5%AE%8C%E6%95%B4%3CSPAN%3E%E5%AE%89%E8%A3%85%E7%9A%84%20sdk%20%E5%BA%94%E5%8C%85%E5%90%AB%3CEM%3Eaarch64-zephyr-elf%3C%2FEM%3E%E6%96%87%E4%BB%B6%E5%A4%B9%EF%BC%8C%E4%BD%A0%E5%8F%AF%E4%BB%A5%E5%B0%9D%E8%AF%95%E5%88%A0%E9%99%A4%20zephyr-sdk-0.17.4%20%E6%96%87%E4%BB%B6%E5%A4%B9%E5%B9%B6%E9%87%8D%E6%96%B0%E5%AE%89%E8%A3%85%E3%80%82%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%E8%87%B4%E6%95%AC%EF%BC%8C%3CBR%20%2F%3EZhiming%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2247874%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20%5BFRDM-IMX93%5D%20MCUXpresso%20with%20Zephyr%204.3.0%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2247874%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3E%E4%BD%A0%E5%A5%BD%3CA%20href%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fuser%2Fviewprofilepage%2Fuser-id%2F257092%22%20target%3D%22_blank%22%3E%40jaseze01%3C%2FA%3E%3C%2FP%3E%0A%3CP%3E%E8%BF%99%E9%87%8C%E6%B2%A1%E6%9C%89%E9%97%AE%E9%A2%98%E3%80%82%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Zhiming_Liu_1-1764037024168.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Zhiming_Liu_1-1764037024168.png%22%20style%3D%22width%3A%20383px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367049i4DEB212AF646D414%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Zhiming_Liu_1-1764037024168.png%22%20alt%3D%22Zhiming_Liu_1-1764037024168.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Zhiming_Liu_0-1764037007732.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Zhiming_Liu_0-1764037007732.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367048i91E918C128E18FDA%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Zhiming_Liu_0-1764037007732.png%22%20alt%3D%22Zhiming_Liu_0-1764037007732.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%E8%AF%B7%E5%B0%9D%E8%AF%95%E5%AE%89%E8%A3%85%20v4.3%20zephyr%20%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7%E3%80%82%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Zhiming_Liu_2-1764037085009.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Zhiming_Liu_2-1764037085009.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367050iD6922476369739D6%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Zhiming_Liu_2-1764037085009.png%22%20alt%3D%22Zhiming_Liu_2-1764037085009.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CBR%20%2F%3E%0A%3CP%3E%E8%A6%81%E5%AE%89%E8%A3%85%20zephyr%EF%BC%8C%E5%8F%AF%E4%BB%A5%E5%B0%9D%E8%AF%95%E4%BB%8E%20VScode%20MCUXpresso%20%E6%8F%92%E4%BB%B6%E4%B8%AD%E5%AE%89%E8%A3%85%E3%80%82%3C%2FP%3E%0A%3CP%3E%3CSPAN%20class%3D%22lia-inline-image-display-wrapper%20lia-image-align-inline%22%20image-alt%3D%22Zhiming_Liu_3-1764037131307.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cspan%20class%3D%22lia-inline-image-display-wrapper%22%20image-alt%3D%22Zhiming_Liu_3-1764037131307.png%22%20style%3D%22width%3A%20400px%3B%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcommunity.nxp.com%2Ft5%2Fimage%2Fserverpage%2Fimage-id%2F367051iE321117D1B02ABFF%2Fimage-size%2Fmedium%3Fv%3Dv2%26amp%3Bpx%3D400%22%20role%3D%22button%22%20title%3D%22Zhiming_Liu_3-1764037131307.png%22%20alt%3D%22Zhiming_Liu_3-1764037131307.png%22%20%2F%3E%3C%2Fspan%3E%3C%2FSPAN%3E%3C%2FP%3E%0A%3CP%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%E8%87%B4%E6%95%AC%EF%BC%8C%3CBR%20%2F%3EZhiming%3C%2FP%3E%3C%2FLINGO-BODY%3E