bmentink
bmentink
Thanks. However I am having trouble running any of the *.uf2 files even the RP2040 on my RP2040 boards at the moment with the latest git checkout .... is there...
I just did a build in "master" and tried the rp2040-big.uf2 on an rp2040 board and it would not present a serial port. Will try again on my Mac .....
I did try the following: ``` ./utils/make_uf2_image.sh Usage: ./utils/make_uf2_image.sh No screen session found. ``` But screen is in `/opt/homebrew/bin` (on MacOS) so it is there, don't know why it was...
Great! Thanks.
I tried doing the full build as per your first commands (make_uf2_image.sh) I got a lot of forth code being sent to the unit prefixed with TX: but it failed...
Ok, thanks. I have noticed about an 80% increase in performance in code execution time. However, my code that works on rp2040 ( A brushless motor control application) only runs...
Regarding the pull-down bug: It involves a situation where a GPIO pin is configured as a pull-down with input buffer enabled. If the input is then brought high it can...
Hi Travis, I have noticed latch up on the ADC's with high impedance source. Other's have as well see: https://forums.raspberrypi.com/viewtopic.php?t=375631
No problem. My application works fine, just have to have a low impedance on my throttle pot, and all is well. Everything else runs the same as rp2040, except faster...
Sorry, I mistook the adc lockup with a crash, all good so far.. On Tue, 10 Sep 2024, 10:47 am tabemann, ***@***.***> wrote: > On Mon, Sep 9, 2024 at...