This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, I bought the AM243x launchpad for evaluation.
I followed the intro guides and I was able to launch the helloworld example.
Next I wanted to try the noRTOS http server example but I can't import the project, I get this error:
Import failed for project 'r5fsss0-0_nortos' because its meta-data cannot be interpreted. Please contact support.
Is this normal?
Hi Edoardo,
I did the same thing for example enet_cpsw_rawhttpserver_am243x-lp_r5fss0-0_nortos_ti-arm-clang in MCU+ SDK for AM243x 08.06.00.43. It built OK without any error.
Which version if MCU+ SDK are you using? and which CCS version and sysconfg are you using?
Best regards,
Ming
Problem was I was selecting the directory enet_cpsw_rawhttpserver\am243x-lp\r5fss0-0_nortos instead of just enet_cpsw_rawhttpserver
CCS made it confusing because it doesn't show you whether a directory is or contains a project, and when I tried importing enet_cpsw_rawhttpserver\am243x-lp\r5fss0-0_nortos the item "5fss0-0_nortos" appeared on the list which made it look like I had found the project.
Works now.