ArduinoCore-stm32l0 icon indicating copy to clipboard operation
ArduinoCore-stm32l0 copied to clipboard

Arduino Core for STM32L0

Results 70 ArduinoCore-stm32l0 issues
Sort by recently updated
recently updated
newest added

Hi I'm new so I hope you don't mind me asking questions... Is there a way for me to obtain data from a Downlink message using the functions in the...

Hi, is there a way for me to set the spreading factor? I hope to get 125 bytes for the max payload; my region is AS923. I've also noticed that...

Just in case somebody else may be interested. T-Impulse WB has no VUSB so SerialUSB does not work. Even with [PR#175](https://github.com/GrumpyOldPizza/ArduinoCore-stm32l0/pull/175).

Hi Just wanting to know if enabling the watchdog timer also turns on the Brownout detector (BOD)? So will this STM32L0.wdtEnable(timeout) STM32L0.wdtReset() turn on the BOD?

dfu-utils complains with the message `Non-valid multiplier 'g', interpreted as type identifier instead` when trying to upload to the Cricket. Upload is successful, but slow. OS: Ubuntu 20.04 Arduino 1.8.13...

I connect the Gnat and it recognizes the port but when I upload the program it compiles well but generates an error: "An error occurred while sending the sketch" and...

While trying to compile the code from an RPI, using arduino-cli, I have encountered the following error: `Error during build: fork/exec /root/.arduino15/packages/TleraCorp/hardware/stm32l0/0.0.10/tools/linux/dfu-suffix: exec format error` From this issue #17 ,...

I want to be able to wake from deepsleep using the RTC alarm. I've tried the following, but still dead asleep. I can get the alarm event to occur, but...

I can't seem to find the stm32lo.h anywhere. Does anyone know where I can find it.

I have set GPIO pins PA2 and PA3 as input pull-up. I have attached interrupt on these pins at FALLING edge. But these pins are not waking up the STM32L072....