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方式,通过设备外的一个开关控制boot方式是FLASH boot方式还是sci boot方式,这样在设备维护时就可以用C2Prog软件来升级DSP内的软件。F2812的GPUOF4等管脚均与FPGA的IO连接。
我的想法是:在复位和复位结束1us内由FPGA置GPIOF4(SCITXDA)为0,之后FPGA对应管脚设置为输出实现串口功能。
这个想法可以实现我想要的功能吗?谢谢!
这个是可以实现的 首先MCU在上电加载时是有BOOT决定的
加载完成之后可以作为外设正常使用
但是你要保证 我觉得MCU加载的速度比FPGA应该快
这个还是要考虑清楚