Tool/software: Code Composer Studio
Hello,
I am working on bootloader software for flashing my code on target in field.I am following TI reference document spraaq2 .I have one doubt mentioned below:
I want to flash code in my target using SCI-A boot mode.So i add pull ups on GPIO as required on hardware,so whenever code scan GPIO it is always configured in SCI-A boot mode but problem is when application code is flashed then how to change boot mode to default as it is always set in SCI-A mode due to pull ups added in hardware.