crasbe
crasbe
The test on the NUCLEO-L152RE does not run successfully at all, it runs into a hard fault after the first loop iteration: ``` 2024-11-18 15:04:39,478 # main(): This is RIOT!...
Update: The L0 fix was rather easy, just move the `_enable_adc()` function from line 129 to 144 (after the last access to one of the config registers) in `cpu/stm32/periph/adc_l0.c`. The...
> The L1 issue is not caused by the ADC, but by `ztimer`. Commenting out the ztimer delay gets rid of the Hard Fault. This error is the weirdest thing....
Maybe there's a better name for the PR/commit, but I couldn't think of anything better. I'm open to suggestions :D
> huh didn't know this file exist - I think it's contents should be moved to `stdio_nimble.h` so it shows up in [the documentation](https://doc.riot-os.org/group__sys__stdio__nimble.html) Just as it is, basically Copy...
I don't like necessary line breaks in the code blocks, but otherwise the static tests will bonk me. I did not find a command how to add a line wrap...
Can I squash this?
Is there something left to do for this to be merged? It looks like this PR will not have any collisions with #21108 either, so it should be all good.
Thanks everyone :)
> > Something must have changed since 2018, but when an nRF52 is programmed via the J-Link (not via bootloader), the UCIR register is always reset and therefore the pinreset...