-
Trying to cross compile AVR program but the final linking seems to fail due to some syntax error in the linkerscript.
```
clang++ --target=avr -o firmware.elf -mmcu=atmega2560 --sysroot=${SYSROOT_…
-
I have a rather basic question. What is the intended logic to receive a message. Based on the code examples I have thought the following:
Example: access altitude data from PGN 129029 in a multide…
DrStS updated
2 weeks ago
-
I have been chasing a problem with time calculations that has now boiled down to the linker is moving non-PROGMEM data *into PROGMEM*, because it's the same as other data that IS supposed to be in PRO…
-
When trying to compile some example, I get the following error.
/usr/share/arduino/libraries/synth/tables.h:59:23: error: variable ‘SinTable’ must be const in order to be put into read-only section…
ghost updated
8 years ago
-
Hi!
I would like to know if it is possible to change the LMIC library, so that the keys are placed in data memory (read-write memory), and not in code memory?
At the moment, in this library the …
-
I just reasiled that for really low-end\cheap MCUs with way too small RAM, it might be a great way to actually save the NN easily in EEPROM, even thought practically I can't think of any other reason
-
I use Arduino IDE 1.8.3 and Arduino NANO, PROGMEM should be const:
```sha256.cpp:3: error: variable 'sha256K' must be const in order to be put into read-only section by means of '__attribute__((pro…
misog updated
6 years ago
-
Hi,
I tried to compile your unchanged demo for a WemosD1 board on Arduino IDE 2.
I got the error:
`In file included from d:\Activities\3_Maker\libraries\OneBitDisplay\src\OneBitDisplay.cpp:58:
d:\…
-
Hello everyone,
I compiled icicle RISC-V core for ICE40 FPGA https://github.com/grahamedgecombe/icicle It works perfectly with BlackIce II development board.
Now I would like to simulate the pro…
-
I've tried to rewrite menu demo using drawStrP method on Arduino:
``` cpp
const u8g_pgm_uint8_t string_0[] U8G_PROGMEM = "First Line";
const u8g_pgm_uint8_t string_1[] U8G_PROGMEM = "Second Item";
…
igi79 updated
8 years ago