-
Hello Jeremy,
This is an incredible amount of resource you have put together here.
I'm getting started with both the portenta and platformio, I can run the blink example and the dual core blink, but…
-
**Environment**
* Arduino Portenta h7 m7
* Platform: ststm32
* IDE: Platform IO (VSCode)
* Occurs with both ArduinoJson 6.18.5 and 6.19.2 (assumed same for all other versions)
* Also happening …
-
The "exit status 1" stops the translation. I think the GPIO pins (Portenta is use the GPIO_# format) name/numbering may be the problem.
-
## Issue template
- Hardware description: Arduino Portenta H7 with machine control carrier board
- RTOS: mbed
- Installation type: copied a pre-compiled library into .pio/libdeps/portenta_h7_m7/m…
-
## Issue template
- Hardware description: Arduino Portenta H7
- RTOS: mbedOS
- Installation type: platformio
- Version or commit hash: galactic
#### Steps to reproduce the issue
Attempt to c…
-
#### Describe the bug
The core's Ethernet Server speed is normal for core v2.6.1-
For `core v2.7.2 to v3.0.1`, the Ethernet Server speed is **extremely slow and almost unusable**.
For example…
-
## Describe the bug
Windows 10 Pro Portenta Driver is not listed in Device Manager as shown in the tutorial:
https://docs.arduino.cc/tutorials/portenta-h7/por-ard-gs#3-verify-the-usb-connection-…
kg117 updated
2 years ago
-
I am trying to replicate the PlatformIO STM32 template for the Arduino H7.
The platformio.ini file:
```yaml
[env:portenta_h7_m7]
platform = ststm32
board = portenta_h7_m7
framework = arduino
…
-
## Issue template
- Hardware description: Arduino Portenta H7 Machine Control
- RTOS: mbedOS
- Installation type: platformio
- Version or commit hash: galactic
Start with the [publisher examp…
-
### Description of defect
Compiling code for the Portenta H7 with the Arduino bootloader expects the code to start at mbed_rom_start=0x08040000.
The current targets.json this value is set to 0…