Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry pi pico multicore #4312

Closed
1 of 5 tasks
SebMoy opened this issue Jun 8, 2022 · 3 comments
Closed
1 of 5 tasks

Raspberry pi pico multicore #4312

SebMoy opened this issue Jun 8, 2022 · 3 comments

Comments

@SebMoy
Copy link

SebMoy commented Jun 8, 2022

What kind of issue is this?

  • Question.
    This issue tracker is not the place for questions. If you want to ask how to do something,
    or to understand why something isn't working the way you expect it to,
    use Community Forums or Premium Support

  • PlatformIO IDE.
    All issues related to PlatformIO IDE should be reported to appropriate repository:
    PlatformIO IDE for Atom or
    PlatformIO IDE for VSCode

  • Development Platform or Board.
    All issues (building, uploading, adding new boards, etc.) related to PlatformIO development platforms
    should be reported to appropriate repository related to your hardware
    https://github.com/topics/platformio-platform

  • Feature Request.
    Start by telling us what problem you’re trying to solve. Often a solution
    already exists! Don’t send pull requests to implement new features without first getting our
    support. Sometimes we leave features out on purpose to keep the project small.

  • PlatformIO Core.
    If you’ve found a bug, please provide an information below.

You can erase any parts of this template not applicable to your Issue.


Configuration

Operating system: Windows 10 - Visual studio code 1.67.2

PlatformIO Version (platformio --version): PlatformIO 2.4.3

Description of problem

I would like programming the raspberry pico in multicore.

I program in PlatformIO is not execute.
I program in Arduino is run.

Steps to Reproduce

The code https://github.com/earlephilhower/arduino-pico/blob/master/libraries/rp2040/examples/Multicore/Multicore.ino

Actual Results

I programming in Arduino.....

Thank you.

@maxgerhardt
Copy link
Contributor

maxgerhardt commented Jun 9, 2022

Working when using my adapted platform per https://arduino-pico.readthedocs.io/en/latest/platformio.html. When creating a regular Arduino + Pico project in PlatformIO uses the mbed core, which works totally different and doesn't have that multicore support.

This is already tracked in platformio/platform-raspberrypi#13

@ivankravets
Copy link
Member

Duplicate of platformio/platform-raspberrypi#13

@SebMoy
Copy link
Author

SebMoy commented Jun 9, 2022

Thank you for answer.

I did not see the issues platformio/platform-raspberrypi#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants