Welcome! Log In Create A New Profile

Advanced

how do i know whats on the PIC after time

Posted by knuckles 
how do i know whats on the PIC after time
August 08, 2014 04:14PM
if i keep on loading stuff on i will need some idea of what s there and to delete stuff i no longer need ,how is this done ?
thanx
Re: how do i know whats on the PIC after time
August 09, 2014 12:26PM
Presumably flclear(0)
Re: how do i know whats on the PIC after time
August 09, 2014 03:34PM
but supposing i dont want to delete everything just stuff i dont need ?how much functions can i keep on adding on before its full up .
Re: how do i know whats on the PIC after time
August 09, 2014 03:56PM
flclear(1) will only delete the functions in the last flsave("")
Re: how do i know whats on the PIC after time
August 16, 2014 04:25PM
i have loaded on the flash10 and got it running ok .
then i modify to flash portB 0 and save it and load it on .
but i cant get the led to flash on port B 0 pin
it stays flashing on portA 0
do i have to erase the first prog and then load it on ?
and how do i do this ?
presumably when i do go flash its running the first prog
Re: how do i know whats on the PIC after time
August 18, 2014 02:54PM
It is possible to erase the user Flash area using flclear(0). See also this link to FAQ
Sorry, you do not have permission to post/reply in this forum.