Hi
I'm working on hardware design and manager request for possibility to invoke bootloader mode by firmware/software in such way to avoid dependancy of using hardware link which upload bootloader code into F28335 Memory. If this is the case, please explain how. For exampke I connect to UART (SCI) and send command to invoke bootload mode, it would jump to (say) Sector H or ROM (bootloader code?), which contain ROM or custom bootloader and then take over UART for data transfer from PC to FLASH (Sector A-F). Is this possible solution?, what the best material to read abut this?. I seen quite lot of material in website.
I'm getting a gist that the hard link that set Bootloader from SPI via EEPROM (during power up) actually mean downloading the bootloader application code into RAM and then run it, not necessary running bootloader mode where SPI is used to transfer program data.
Can you confirm which is which?