12-29-2017 01:00 PM
Hello,
I am using Zynq-7000,
Waiting for replies,
Thank you !
01-01-2018 08:56 PM
Hi,
Which version of SDK are you using. From 2016.x, hw_server throws an error if an attempt is made to read WO regs (ps_init.tcl uses mask_write command to write to WO registers too). SDK should catch this error and throw a warning.
A simple workaround is to start hw_server manually, connect to it from xsdb/xsct, and run the command 'configparams force-mem-accesses 1'. This will suppress the memory access protection, so when you launch debug from SDK after this, you shouldn't see the error you mentioned
01-01-2018 08:56 PM
Hi,
Which version of SDK are you using. From 2016.x, hw_server throws an error if an attempt is made to read WO regs (ps_init.tcl uses mask_write command to write to WO registers too). SDK should catch this error and throw a warning.
A simple workaround is to start hw_server manually, connect to it from xsdb/xsct, and run the command 'configparams force-mem-accesses 1'. This will suppress the memory access protection, so when you launch debug from SDK after this, you shouldn't see the error you mentioned
01-04-2018 04:42 AM