On Fri, Oct 01, 2010 at 01:42:15PM -0400, Frédéric Sureau wrote:
> I would want to know if MSPDebug is able to read flash memory over 64kB.
> 
> I am currently using a MSP430F5529 with a MSP-FET430UIF.
> 
> When I use : md 0x10000
> I get nothing
> 
> When I use : md 0xffff
> I only get the following output :
> 
>     0ffff: 00

Hi Fred,

It does if you use at least version 0.11. If you don't specify a length
for "md", it defaults to either 64 bytes, or as many as it can fit
before 0x10000.

Get the latest version, and try something like "md 0x10000 0x100".

Cheers,
Daniel

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to