-
Hi!
Trying to connect M4 core with a network with Ethernet, it throws me the following error:
```
C:\Users\salai\AppData\Local\Temp\arduino\sketches\CC8894BAF4C8F3E63D28F93B8DC3E5BA\libraries\Ether…
-
I am writing a dual-core app running on Portenta H7 with micropython on M7 + arduino code on M4.
My use-case for true paralelism is to call a function and never expect for the return value (since i…
-
File ArduinoCore-mbed/variants/PORTENTA_H7_M4/pins_arduino.h
The digital pin definitions for the pins D16 through D21 appear to be incorrect, and result in an error when used in code. These pins c…
-
There isn't an example to use the dual core feature of the H7 controller. The current library won't compile for M4 core unless `#ifdef CORE_CM7 ... #endif` are used to contain the RS485 and COM classe…
-
a documentation feat. a clear hierarchical overview for identification of boards (supersets, sets, subsets, and single boards) would be appreciated, to be identified via #ifdef,
because often defin…
-
I ran the CoreMark benchmark on Portenta. It's running significantly slower than M7 at 480 MHz should. Most of the poor performance is due to line 14 in variants/PORTENTA_H7_M7/cflags.txt.
-O…
-
Hi!
I was trying to update M4 core with this library using an Arduino GIGA and it seems that it doesn´t work for me, maybe I'm not doing it in the right way. I want to upload the following sketch (th…
-
Please add support for Arduino Portenta H7. Currently, sketches will compile and upload/run however nothing happens.
Microcontroller | STM32H747XIH6
-- | --
Architecture | STSTM32
Frequency |…
-
I need to add cellular support on MBED core for edge control, the script mbed-os-to-arduino give me back the following erros:
I'm working on windows10
$ ./mbed-os-to-arduino -a EDGE_CONTROL:EDGE…
-
I'm looking to port my Modular Sensors based code over to an Arduino Portenta H7, which has a STM32H7 cpu. Is there a starting point you'd recommend for adding to the library to make it work for this …