DE #11: How to Program a Raspberry Pi Pico in C/C++

preview_player
Показать описание
This video shows how to program the Raspberry Pi Pico in C/C++. The Raspberry Pi Pico features the RP2040 microcontroller. Similar process can be used to program any other RP2040-based microcontroller board.
Рекомендации по теме
Комментарии
Автор

Thank you. Please more videos about RP Pico in C programming :)

hakanavc
Автор

Another issue I discovered. Be sure to open your projects using "Pico - Visual Studio Code" available from the main menu in folder "Raspberry Pi Pico SDK v1.5.1". If you use the program "Visual Studio Code" that runs "Code.exe" from "Program Files\Microsoft VS Code" folder you can get an error of "Bad CMake executable".

MarcosAlonsoElectronics
Автор

For some reason I started having messages like this '"cannot open source file "pico/stdlib.h"', even though everything worked well as shown in the video in the beginning. I have seen that these errors can be solved by copying the ".vscode" folder available from the examples folder into my project folder. I found this information in the ReadMe.txt file that is generated during the installation. Check out this file for more information.

MarcosAlonsoElectronics