Search found 2 matches
- Fri Jan 24, 2025 8:20 pm
- Forum: Hardware
- Topic: esp32-p4 hdmi extension board
- Replies: 4
- Views: 4844
Re: esp32-p4 hdmi extension board
Excellent news! Having DVI/HDMI and dual 400mhz makes this a potential perfect candidate for high-speed DAQ over HDMI. It depends on exactly what the hardware will support for output to determine the actual data rate, but a Raspberry Pi Pico 2 can do 128MB/s. Fpga implementation https://github.com/s...
- Mon Jan 06, 2025 11:21 pm
- Forum: ESP-IDF
- Topic: Profiling on Espressif MCUs woes
- Replies: 16
- Views: 7945
Re: Profiling on Espressif MCUs woes
As far as I know, all Xtensa-based ESP32 chips should; the RiscV based ones probably have something similar somewhere. I'll point the tools team to your branch; it could be worth integrating into our official openocd branch. What's the chance this gets pushed to mainline, especially bundled OCD? I ...