@ShellyZhang Thanks for your supoort.
I applied the patch, and then modified the following items according to AN15104.
1. .vscode/mcuxpresso-tools.json
"boardId": "frdmimxrt1186"
"deviceId": "MIMXRT1186xxxxx"
"device": "MIMXRT1186"
2. mcux_include.json
"BOARD": "frdmimxrt1186"
3. rj.conf
add: CONFIG_MCUX_COMPONENT_driver.trdc=y
4. #if (defined(CPU_MIMXRT1186CVJ8C_cm33).... to defind configENABLE_FPU in FreeRTOSconfig.h(It is not include in the guide. Compilation will be failed if it is not modified)
The rt1180_cm33_cm33.bin(422832 bytes) was generated and downloaded to the FRDM-IMXRTt1186. Jump J12 and J18 to 1-2 connected and set J60 to 100. It can't be scanned by the ICE.
Question:
I. Did I miss some operation?
2. Why the bin is more than 400K bytes? The downloaded PROFINET Eval Binaries is less than 70K. What's the difference?
Best regards!