Tool/software:
Hello everyone,
I am developing application for the MSP430, and we need a bootloader.
Is it possible to edit the BSL run automatically on every startup without requiring any manual invoke things?
If a specific character is received during startup, the BSL should continue running; if not, it should jump directly to the application.
Our main requirement is that, rather than using an invoke mechanism, it should run automatically on every startup.
Is using MSPBoot mandatory for this type of requirement? Can this be solved with BSL?
Thank you!