Remove reference in manual to 64k limitation.
This has been fixed already, but the manual wasn't updated.
This commit is contained in:
parent
7e04f8b776
commit
98e7d272e7
|
@ -390,10 +390,6 @@ of an MSPDebug session illustrating the program, as well as any
|
||||||
relevant binaries or other files. Below, known bugs in the current
|
relevant binaries or other files. Below, known bugs in the current
|
||||||
version of MSPDebug are described.
|
version of MSPDebug are described.
|
||||||
|
|
||||||
Memory addresses above 0x10000 (in devices with more than 64k of
|
|
||||||
memory) are not accessible. All other memory in these devices is
|
|
||||||
accessible as normal.
|
|
||||||
|
|
||||||
When using the GDB remote stub in simulation and an IO read request
|
When using the GDB remote stub in simulation and an IO read request
|
||||||
occurs, any request to interrupt from GDB will not be acknowledged
|
occurs, any request to interrupt from GDB will not be acknowledged
|
||||||
until the IO request is either completed or aborted.
|
until the IO request is either completed or aborted.
|
||||||
|
|
Loading…
Reference in New Issue