I need to have a posibility to download the new versions of my programs to the flash.
The great solution for this would be a standard bootstrap loader, but pin P2.2 used in BSL is already in use as input, and there is no way to change it.
Is there any chance to use pins P3.4 and P3.5 (UTXD0 and URXD0) instead of P1.1 and P2.2 in BSL?
My project is already communicating via UART using pins P3.4 and P3.5, and the posibility to use it to communicate with BSL will resolve my problem.
Programming using JTAG can’t be a solution for this problem.
Where can I find the C (or assembler) version of bootstrap loader used in this microcontroller (MSP 430F1222)?