This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

用FPGA控制F2812的BOOT方式

我想用FPGA控制F2812的boot方式,通过设备外的一个开关控制boot方式是FLASH boot方式还是sci boot方式,这样在设备维护时就可以用C2Prog软件来升级DSP内的软件。F2812的GPUOF4等管脚均与FPGA的IO连接。

        我的想法是:在复位和复位结束1us内由FPGA置GPIOF4(SCITXDA)为0,之后FPGA对应管脚设置为输出实现串口功能。

        这个想法可以实现我想要的功能吗?谢谢!