-
Opening issue here as it seems the most general of the STM32 repositories.
I think it would be useful to have a separate repository, with issues and discussion pertaining to all things cross-STM32 …
-
- [x] ~It should test reading/writing with multiple bytes. So far I've only been reading/writing single bytes.~
- [ ] It's unfortunate that an external circuit is required for the example to run. The…
-
Right now the `Pins` trait looks like this:
```rust
pub trait Pins {
fn setup(&self);
}
```
It is then implemented for pin pairs using a macro:
```rust
macro_rules! impl_pins {
…
dbrgn updated
4 years ago
-
https://github.com/nickray/lpc55s6x-hal/blob/ebbb8cf1d41c508ae983459560f3be63bc9adbdf/examples/rtfm_led.rs#L17 doesn't build.
cf. https://github.com/lpc-rs/lpc8xx-hal/issues/159#issuecomment-526952…
-
Currently, the user must specify the MCUs memory layout (by adding `memory.x`). This could be made more convenient, by allowing the user to just specify which part they use (maybe using a Cargo featur…
-
The lpc845 has a pretty nifty little [dev board](https://www.arrow.com/en/products/lpc845-brk/nxp-semiconductors), and it seems pretty similar to the lpc82x. The remaining peripheral differences seem …
-
Hi, Stephane,
I'm facing couple of issues in RS485 support.
If I understand correctly, libmodbus has two ways to control DE signal for RS485.
1. All signal handling is done inside device driver (in …
-
I noticed that the ISP pins are not broken out . Does this board require pre-flashing the MCU before soldering on to the PCB?
Also, I was just wondering if this project is still active?
Thanks!
-
I'm getting started with LPC11C24 here, and flash writes seems to get corrupted.
```
(gdb) load
Loading section .vectors, size 0x130 lma 0x0
Loading section .init_array, size 0x4 lma 0x130
Loading se…
-
Hello,
I have used mbed on and off for several years without having any issues with the serial port. Recently I started using a IC that has a UART output (Silabs si8900).When powered has an auto baud…