Hi,
I see the latest feature in DS5 v5.27 concerning the possibility to open a debug server.
I successfully connect to one CPU core on my SOC remotly, by ethernet, but how to open multiple servers, on distinct CPUs?
I try to use different port numbers but I have an error message saying only one connection is possible.
regards
claudio
Thanks Tony,
In fact I used the server without the configuration file using the cdb data
set DS5_CONFIG_M40="NXP::i.MX8QMAX::Bare Metal Debug::Bare Metal Debug::Cortex-M4_AP1::DSTREAM"
call debugger --cdb-root %~dp0..\configdb_extension --cdb-entry %DS5_CONFIG_M40% --cdb-entry-param "Connection=TCP:%DS5_ADDR%" --server xx.yyy.ttt.uuu
So now I know how to deal with that,
claude
Also note it would help if this limitation is documented somewhere in the debugger user guide.