Jonathan Pallant
Jonathan Pallant
The source file https://github.com/Decawave/dwm1001-examples/blob/master/deca_driver/port/port_platform.h contains the line ``` Taken from the Linux Kernel ``` Indeed, that section of `port_platform.h` appears to be a copy of https://github.com/torvalds/linux/blob/6f0d349d922ba44e4348a17a78ea51b7135965b1/include/linux/circ_buf.h *I believe that material,...
**Describe the bug** The enum `ProgressEvent` is provided to give progress feedback to the user of the probe-rs flashing API. The `ProgressEvent::Initialized` enumerator contains on field called `flash_layout` of type...
**Describe the bug** I fell over a bug in the stack painting stuff working on Neotron. I don't think `probe-run` can cope when the stack isn't in the RAM region....
I was testing wakaama, specifically the example/client binary. If I enable DTLS mode, I get a segmentation fault: ``` jonathan@DAMOGRAN:~/LocalDocs/wakaama/examples/client/build$ cmake .. -DDTLS=ON -DCMAKE_BUILD_TYPE=Debug -- Configuring done -- Generating done...
```console $ cargo build --example pico_blinky Compiling pico v0.1.0 (/home/jonathan/rp-hal/boards/pico) Finished dev [unoptimized + debuginfo] target(s) in 0.91s $ ../picotool/build/picotool info ./target/thumbv6m-none-eabi/debug/examples/pico_blinky ERROR: filename './target/thumbv6m-none-eabi/debug/examples/pico_blinky' does not have a recognized...
The SPI2::DR field is defined in the PAC as 16-bits. However, writing a value to the FIFO this way places two 8-bit bytes into the FIFO, giving the same symptoms...
STM32U5
Cortex-M33, ultra lower power device. New out today. Let's get to it! https://www.st.com/en/microcontrollers-microprocessors/stm32u5-series.html
This code in `timer.rs`: ```rust pub fn unlisten(&mut self, event: Event) { match event { Event::TimeOut => { // Enable update event interrupt self.tim.dier.write(|w| w.uie().clear_bit()); } } } ``` should...
If you create a timer at, say, 250.khz() you will get a timer at very slightly less than that. When you set the auto-reload register `arr`, you need to specify...
Do you think you'd have space on the board for a QR code which links to the training material and/or other docs for the board?