• Schmeckinger@feddit.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    8 months ago

    For a lot of things I previously used a FPGA for im using the RP2040 now. Since its dirt cheap and the PIO capability is amazing. And the prototyping speed of thr RP2040 is amazing. I basically put python on it and build a working prototype and then port it to rust if I need more performance. It will not be able to replace FPGA’s for very complex tasks, but for a lot of the use cases it can.