Other Parts Discussed in Thread: UNIFLASH
1. I use uniflash to BSL burning of empty chips and fails, what do I need to pay attention to in this process?
2. My development environment is a pure CCS environment, and the programmer is XDS110, how do I erase the program?
3. I want to do BSL programming on the empty chip, but it has been confirmed that only UART communication is recommended, the UART pin on the empty chip is the default, and now those two pins are configured for other functions in my software (that is, I do not have UART pins in my current software), so can I understand it like this: When I use my software program for the first BSL programming, because the UART pin of the empty chip is fixed, so the UART communication at the time of the first programming, Even if I don't have UART configured in my software, BSL can still be burned in, and after burning in, the default UART pin of the original empty chip will be overwritten as the pin configuration of my software, and I2C can be used for the second BSL programming in the future?
4. How to configure I2C BSL programming in uniflash? I think the uniflash interface seems to only have a UART interface