I didn't realize where I have to change it, in the script, all that mention 6969 is comented. I'm doing a simple call to 0x1000, is there anything else I have to do to communicate with the processor or after made this call the processor already is in BSL? if(!GPIO_getInputPinValue(GPIO_PORT_PJ,GPIO_PIN2)) { __disable_interrupt(); // disable interrupts ((void (*)()) 0x1000)(); // jump to BSL } I want to test wrong password, because I want to protect my binary to be reading from external access, my firmware will change the password everytime the equipment is powered up. thanks, I'll let you know if it works.
↧