accessing & clearing memory using C

Mar 20, 2007 2 Replies

Hi



Im new to the world of embedded systems.. Can anyone give me any examples of accessing memory locations using C as well, as say, clearing them ..



For example, if i have to clear addresses from 3000h to 3300h, how do i go about doing the same ???



thanks heaps..



techie



Embedded or not;

memset( (void*)0x3000, 0, 0x0300 );

...if by "clear" you mean "set to zero", and provided you have a C-library available...

hi

thanks for that..

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required