Wouter Geraedts
Wouter Geraedts
See #2 for a proposal on how to get the bootloader power-interrupt safe. As for external flash, perhaps we should change `internal_memory` to be an abstraction over all types of...
@Dirbaio Did you give any thoughts on how to proceed with regards to Cordyceps? I can perform the work when you give your preference.
To check, as either a driver or in _generic_ application code you want to: * check if the pin is inverted (i.e. decouple digital high/low from logic active/inactive) * switch...
After further investigation it seems that the target issues WAIT when going in some states, and after a while responds with NOACKT. I can reproduce this behaviour when issuing a...
I have found a source of issues for this family of chipsets. When issuing SYSRESETREQ to AIRCR the target responds with a FAULT flag @ https://github.com/probe-rs/probe-rs/blob/master/probe-rs/src/vendor/nxp/sequences/nxp_armv8m.rs#L687-L696. Probe-rs retries the command...
This issue persists on the STM32G431KBU when using DMA. BufferedUart seems to work fine.
I forked this, bumped to the most recent `main`, and wrote examples for the NRF52840. It works fine on Linux. I'll test it with Windows later. I noted that ejecting...
I have tested the NRF52840 implementation on both Windows and Linux, and it worked without issue. I was not able to test the STM32F4 as Fedex has misplaced the package...
I received the STM32F429ZI nucleo board and updated all the examples to run. The `usb_msc_flash` example did not work because the `RmwMultiwriteNorFlashStorage` buffer did not fit alongside the stack. Initializing...
It seems that erase is not working for second bank for the STM32G series in dual-bank mode. I have verified that on a STM32G0B1RC (256KB flash dual-bank) the write fails...