-
While building LoRaMac using gnu_gcc_arm/bin/arm-none-eabi-gcc with option -Wall I got a lot of warnings. Would you please address these warnings so the build process is clean?
COMPILER OUTPUT:
l…
-
Lately, we introduced an interface for controlling the internal clocks for all STM32 CPUs (`stm32_common/include/stmclk.h`). This is however only implemented for the STM32F1 and STM32F7 so far and sho…
-
I think SRST handling has a flawed logic. SRST gets asserted as soon as the user enables it. Scanning happens_under_ reset, and for most if not all devices only the cortex core debug registers are acc…
-
Hi
I am not sure why, but i dont think the additional board manager link goes anywhere. I tried to add it through arduino preferences, but none of the boards pop up in the board manager. So I cant ad…
-
It appears that the LoRa payload size is limited to 11 bytes for all data rates. Tested specifically for data rates 2 and 3.
ghost updated
6 years ago
-
The STM32L011K4 is the smallest µC with only 2 KB RAM. The current 4K setting in `ld.stm32.basic` does not work, changing it to 2K fixes this.
There is also another issue: the LED blinks way too fa…
-
Dear Kris & Thomas,
I have a limited experience in Atmel AVR, ESP32, chipkit PIC development, mainly Arduino, some MPXlab, Atmelstudio + Atmel-ICE platforms. I like Arduino, because of simplicity.
…
-
The PinNames.h does not specify PC_13, however the PC_13 is available and being connected to the Lora radio DIO3 interrupt which is required. All other Lora Pins are defined.
The DISCO-L072CZ-LRWAN…
-
When the Mbed RTOS is present the RF drivers create the IRQ thread with a 1k dynamically allocated stack.
Consider allowing the stack memory to be passed to the drivers so that it can be allocated …
-
### Description
- Type: Bug
- Related issue:
- Priority: Major
---------------------------------------------------------------
## Bug
**Target**
STM32L073RZ
**Toolchain:**
GCC_ARM|ARM|I…