Skip to content

Support for RPI pico V2 rp2350 ARM #24

@vslinuxdotnet

Description

@vslinuxdotnet

Hello,
Congrats for the project!!
I try to build it for Pico V2 and i successful done it and have VGA image.
Instructions:

in firmware/src/Pico.cpp line 61:

std::cerr << "clk_rtc = " << frequency_count_khz(CLOCKS_FC0_SRC_VALUE_CLK_RTC)
to
std::cerr << "clk_rtc = " << frequency_count_khz(CLOCKS_FC0_SRC_VALUE_CLK_ADC)

build it:
make -DCMAKE_BUILD_TYPE=Release -DPICO_PLATFORM=rp2350-arm-s -DPICO_FREQ=270000 -DPICO_SDK_PATH= ../src/
make

My goal is use it to convert jamma arcade machine, that use 15khz but use csync not vsync & hsync.
I will need LM1881 IC to split it.
Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions