UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
11-08-2018 06:06 PM - 编辑日期 11-08-2018 06:06 PM
是的,Linear模式只支持读操作。如果要写,必须用IO mode。IO模式下的flash读写操作都需要一系列的寄存器操作,最好在代码里进行,如果cpu0正在运行debug的程序,你可以考虑在cpu1上运行flash读写代码试试。这种方法比较麻烦,但也没想到其他方法。
11-08-2018 06:06 PM - 编辑日期 11-08-2018 06:06 PM
是的,Linear模式只支持读操作。如果要写,必须用IO mode。IO模式下的flash读写操作都需要一系列的寄存器操作,最好在代码里进行,如果cpu0正在运行debug的程序,你可以考虑在cpu1上运行flash读写代码试试。这种方法比较麻烦,但也没想到其他方法。