Search Results
Search results 1-4 of 4.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello, Thank you very much, with that, I have successfully configured SEGGER Embedded Studio to work with the SDK. I can now *externally* compile and then program/debug using a J-Link. First, I have downloaded and run pico-setup-windows, then I have created a copy of "Developer Command Prompt for Pico", renamed it to "SES with Pico Development Environment" and set it to run a copy of "pico-env.cmd" which in the end calls SES so that SES runs with all the necessary environment variables. From thi…
-
Hello Nino, Thank you for your reply.. I have added the SDK source to my project and edited "User Include Directories" in a similar fashion shown in the guide for FreeRTOS. However, seems like pico SDK should be compiled using CMAKE and some header files are generated at build time using CMAKE. Is there a way to integrate CMAKE to Segger Embedded Studio?