Hello, I am debugging the MAX32630FTHR board with Mbed studio. I used MAX32625PICO to be a programmer. But I cannot debug the MAX32630FTHR board. Can I live debug the MAX32630FTHR board? When I debugged the project, after import the example code, there was many error. The picture is shown below. How can I remove error and debug the MAX32630FTHR live? Thanks.
Hello,
question like this is good to place under MbedStudio section and not Mbed OS.
However, the list of supported boards, what are officially supported with debug functionality under the MbedStudio, you can be found here.
And maybe helpful can be this topic - Enabling Mbed Studio Debug Session - Mbed OS - Arm Mbed OS support forum
BR, Jan
Hi Ming,
I think you meant build (compilation) error and not debug error. I understand that you are compiling this program: FTHR_USB_serial - USB serial demo passes data from virtual serial p… | Mbed. It fails to compile because it is using Mbed OS 5.6.4. Mbed Studio supports Mbed OS 5.12.0 and higher. The invalid syntax issue on print
is because the Python tools version in that old release of Mbed OS are not compatible with Python 3. We recommend updating Mbed OS version in that program to version 5.15.6. It should fix the compilation issue.
You can find more about updating Mbed OS and other libraries here: Managing libraries - Managing libraries | Mbed Studio Documentation
Thanks,
Arek - Mbed Studio team