Using Portenta C33 with Mid Carrier

Continuing the discussion from Portenta C33 Incompatible with Portenta Breakout Board:

I have the same issue. Using Portenta Mid Carrier for the C33. Any solution for the mbed.h: no such file or directory?

Hi @nilsjuri.

You can learn how to use the Portenta Mid Carrier with the Portenta C33 from the user manual. This section of the manual is a good starting point for programming:

https://docs.arduino.cc/tutorials/portenta-mid-carrier/user-manual/#hello-world-with-arduino

Hey,

You'll want to use this datasheet:

The second page shows what pin numbers to use. For example, PWM9 is equal to 25. When it comes to pin numbers like D4~ at PWM4, omit the ~.

Hopefully this helps.

1 Like

Thanks 25 worked!