-
With any builds for the artemis nano board I get the following error:
arm-none-eabi-g++: error: blink\.pio\build\SparkFun_RedBoard_Artemis_Nano\program.map: No such file or directory
*** [.pio\build…
-
Hi gang,
Another interesting Apollo3 v2.1 quirk:
Pulling the Serial1 RX pin low causes the Artemis to hang with v2.1 of the core...
Steps to reproduce:
Redboard Artemis ATP
Run the follow…
-
I installed the platformio artemis core v1 (corresponding to this branch: https://github.com/sparkfun/Arduino_Apollo3/tree/v1 ), and set up my package.json following this:
```
jr@T490:~/.platformi…
-
### Description of defect
The compiler and linker flag `float-abi` to select the float engine option seems can't be configured from application. It is fixes with `soft` for GCC and `hard` for ARM…
-
**Background:**
I'm updating OpenLog Artemis to use v2.1.0 of the core. All is going well(ish) but I'm not able to receive any serial data on UART1. OpenLog Artemis uses pin 12 for Tx and pin 13 fo…
-
This may be related to some previous questions, but I was curious of the following.
It looks like the underlying version of MbedOS core is quite old: https://github.com/sparkfun/mbed-os-ambiq-apoll…
-
I wanted to point out [Tock](https://github.com/tock/tock) as an OS option.
It supports the Redboard Artemis, STM32 and a range of other MCUs you listed as potential options. It includes basic [scr…
-
I have installed the core v1 and all works fine following the "create a project" instructions of the readme on this repo.
However, if I try to create a new project in the "usual platformio way", th…
-
This target was added in the initial release of v2.0.0, but was never given the attention to fully work.
I doing this now.
The goal is to define as little about the target as possible so that a …
-
When I compile SPI example: https://github.com/sparkfun/Arduino_Apollo3/blob/main/libraries/Apollo3/examples/Example6_SPI/Example6_SPI.ino
```
#include
#include "SPI.h"
// define SPI settings…