Dear Sir,
We are using FRDM MCXW72 , to configure as OT-CLI End node.
We tried the procedure as per document UG10349.
We are not able to go ahed after the step 5
i.e. Run the scripts to build all examples.
$ ./script/build_mcxw72
after this command.
Please guide resolve.
Hello,
Hope you are doing well. MCXW72 does not support Wi-Fi, so no Wi-Fi CLI can work on this MCU.
Could you please clarify what repository and release are you using?
Best Regards,
Ricardo
Hi,
Could you please clarify what repository and release are you using?
The log indicates that the build is failing because the Arm GCC compiler cannot be found. The compiler path being used by CMake appears to be invalid, which suggests a toolchain path configuration issue.
Could you please verify your ARMGCC_DIR configuration and confirm that arm-none-eabi-gcc is installed and accessible from that location? Once the compiler is correctly detected, the build should proceed further.
Regards,
Ricardo
Dear Sir,
We are trying code FRDMRW612 _Wifi_IPv4_IPv6_Echo on FRDM RW612
Its working TCP server we are able to get the echo as per attached.
Now we are working to modify code for LED ON connected on port GPIO 27 on FRDM
Tried to do related changes in Config Pin as well as in the file socket_task.c
We found the responce is not coming on the terminal window after reset but Blue LED is glowing on FRDM board.
Please communicate the resolution on the issue.
We are not able to send the code as code size .zip is extending limit of 50Mb.
Regards
Seema Joshi