-
I am troubleshooting an issue on a custom PCB design with the RP2040 and the Winbond W25Q64JVZPIQ part where I am seeing what appear to be occasional bit errors when booting with PICO_FLASH_SPI_CLKDIV…
-
There is CLOCKS_CLK_SYS_CTRL_AUXSRC_VALUE_ROSC_CLKSRC instead of CLOCKS_CLK_SYS_CTRL_AUXSRC_VALUE_XOSC_CLKSRC where it suppose to be (it looks like that at least): Examples >Clock example > Auxiliary …
-
Hello,
I encountered a strange problem. When using RP2350 with 2MB or 4MB FLASH, everything worked fine. When I changed to 8MB or 16MB, I needed to adjust **PICO_FLASH_SPI_CLKDIV** or **PICO_XOSC_S…
-
Current firmware produce red visual distortions (lines) when the filesystem is accessed via USB. Its currently unknown why exactly this happens.
-
https://github.com/raspberrypi/pico-sdk/blob/6a7db34ff63345a7badec79ebea3aaef1712f374/src/rp2_common/hardware_clocks/include/hardware/clocks.h#L57
Documentation for the auxiliary clock sources in h…
-
Hi,
is it on your list to implement also the driver model from ECE regulation (including the jerk times, the lateral movement possibilities until perception, perception time, risk evaluation time, …
-
Hello Everybody,
I have a basic question.
I want to run scenarios (Ego vehicles and actors) automatically. It means they move base on waypoints or any other method, by their own. In other words…
-
From repository [https://github.com/vectorgrp/OSC-NCAP-scenarios] I tried to play file NCAP_AEB_C2C_CCR_2023.xosc (./NCAP/AEB_C2C_2023/NCAP_AEB_C2C_CCR_2023.xosc) with esmini version 2.38.3 (build 41…
-
-
Hi, I'm trying to follow the example to use the driver, but the initialization depends on the `embassy_time`'s definition of a Delay trait. It would be nice to see how to do it with the lower-level `e…