-
https://github.com/GrumpyOldPizza/ArduinoCore-stm32l0/blob/c11545bc9751a05f1b1e0a6b1f8130bcb0fb26dc/variants/B-L072Z-LRWAN1/variant.h#L105
I'm trying to get Serial to work on PA2, TX.
By the code …
-
Hi there,
I'm currently using OpenOCD on a Raspberry Pi to program an STM32L0. I've written a basic Python wrapper around OpenOCD as a quick fix. I'm wondering if there are any examples or documen…
-
Hi to all Clowns!
If you guys could create a compute module, something in spirit of ESP-12E, I'd use that for my project instead of a bulky core module as it is now.
Good start would IMHO be a b…
-
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 as soon as I put it in deep sleep, it never occ…
-
大佬们 我是一步一步测试焊接的 目前STM32L0可以 电源可以 单独焊接UID芯片用拨轮控制在手机上也可以检测到 然后焊接好ST25与手机通信一直没有动静 可能是什么原因呢
-
Hello!
Have you seen this?
[(https://github.com/UT2UH/ESP32-Chimera-Core)]
I think it's much better stack to accompany with M5ez.
LovyanGFX used by Chimera Core has also support ESP-IDF - so M5ez …
UT2UH updated
4 years ago
-
When using the following configuration for a 32 MHz system clock, which is possible since #129, a hard fault is generated:
```rust
let mut rcc = dp.RCC.freeze(Config::pll(PLLSource::HSI16, PLLMul::M…
-
It seems that the GPIO peripheral is largely the same for all but the STM32F1 family. Still, macros that seem to refer to the exact same thing are named inconsistently, e.g.:
- `GPIO_OSPEEDER_OSPEE…
-
Currently available User Manual at URL https://www.dragino.com/downloads/downloads/LGT_92/LGT-92_LoRa_GPS_Tracker_UserManual_v1.5.5.pdf does provide Firmware update instructions for Windows users only…
-
All the ADC functions are "inherited" from STM32F0 cpu type (ADC type 2 single). L0 defines prototypes for methods, but (almost) no register macros. So I can call all the methods, but there are no def…