-
### Description of defect
Using STM32WLE5C, I2C_3 is able to enter deep sleep, but I2C_1 and I2C_2 no.
#### Target(s) affected by this defect ?
STM32WL
#### Toolchain(s) (name and…
-
This chip has built in lora communication so it may be used for long range RC control.
https://github.com/qqqlab/madflight/files/14320696/stm32wle5cc.1.pdf
Is it possible?
Thanks.
-
For nrf52840 LoRa examples (using Spim TWISPI1), the probe-run method still results in correct SPI operation. For example:
- probe-run --chip nRF52840_xxAA target/thumbv7em-none-eabi/release/lora_…
-
**Describe the bug**
With the removal of labels, DT devices get its `name` set to `DT_NODE_FULL_NAME(node_id)`. The problem is that such name is not necessarily unique, e.g. this is valid in DT:
…
-
### Version
5.6.0
### Description
Currently, as per
https://github.com/wolfSSL/wolfssl/blob/62a4329f8eadff2b2b3459c4677d9a80f4a7f150/wolfssl/wolfcrypt/settings.h#L1361-L1366
WolfSSL supports …
-
## The 3 designs
Note RCC in embassy-stm32 is a bit "in flux". Currently we have three API designs for RCC depending on the family, for historical reasons. Some have been ported from stm32-rs, some…
-
The STM32WL55 series combines an MCU with a LoRa-transceiver in a single module. I'm working together with STMicroelectronics to get some support for these chips in the Arduino ecosystem, and we're cu…
-
I found a few things in the docs and wanted to report them (I could look into fixing them):
- [x] `embassy-net` does not build with the `udp` feature (the only feature not included in the docs)
…
-
The RTC is a key component to getting accurate timestamps on the measurement. It is used as part of the LoRa firmware to schedule when function calls a preformed.
Outcome: Library that tracks the …
-
To reproduce:
`cd examples/stm32f0`
Change `stm32f091rc` to `stm32f072c8` (keep rest of `Cargo.toml` the same)
`cargo build`
The result is:
```
error[E0609]: no field `hsi48` on type `Temp…