Tool/software: TI C/C++ Compiler
When I use CC3200 LPDS mode in my project, there will be some problems in burning:
Generally, when I add one or two variables in the code, the board of CC3200 can normally enter LPDS mode after the project is re-burned.However, when I added many functions into the project, I did not directly Program the serial flash on the target device without Format the serial flash on the target device when burning. I found that CC3200 project could not enter LPDS mode.However, I first Format the serial flash on the target device and then Program the serial flash on the target device. The CC3200 project can enter LPDS mode. The basis for me to judge whether CC3200 project can enter LPDS mode is whether time can normally print log.I don't know why this happens.