Dears, I'm trying to use the great 7zg for inflating and deflating archives, on my backup utility. I noticed that the exit code of the tool is the same, either letting it finishing gently, either interrupting by pressing the close button or the cancel button. No way to distinguish an accomplished task to an aborted one. Am I missing something? At the moment I'm using the VSC++, with CreateProcess function, checking it's exit code by GetExitCodeProcess and GetLastError functions. I would like to avoid...
Dears, I'm trying to make the bootloader running with a project compiled with xc32...
Ok, It seems I got it working. I setup the configuration bits of my program in the...
Dears, I've succesfully recompiled and flashed your bootloader, and I got the first...
Dears, I've succesfully recompiled and flashed your bootloader, and I got the first...
Never mind, I got it working.
Dears, I'm trying to get the bootloader running in UART mode for a PIC32MX795F512L....