Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 6977

SDK • Trying to emmigrate code from rp2040 to 2350 in V.S win10.

$
0
0
Hi to all!

I´ve trying to emmigrate some code from rp2040 to 2350, but i´ve compile errors in:
...
#include "hardware/structs/ssi.h" <------here
#include "hardware/dma.h"
#include "hardware/flash.h"
#include "hardware/pwm.h"
#include "pico/sem.h"
#include "pico/unique_id.h" <------ here
...

I´ve update VS with pico extension, sdk to 2.1.1 (from 1.5.1 rp2040)

But have:
#include errors detected. Consider updating your compile_commands.json or includePath. Squiggles are disabled for this translation unit (...main.c).
cannot open source file "hardware/structs/ssi.h"
hardware/structs/ssi.h: No such file or directory
cannot open source file "pico/unique_id.h"

Somebody have an idea?

Thx in advice!

Statistics: Posted by Xiran64 — Fri Apr 25, 2025 12:41 am — Replies 0 — Views 18



Viewing all articles
Browse latest Browse all 6977

Trending Articles