This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
There are two TPS65982 devices on this board. Second device is a slave to the first. The first board came up fine, loaded firmware from the flash, and the second device loaded over the UART, so we know the design is correct. Trying to debug the other boards that BOOT, but will not load the application from flash.
The device recognizes the SPI flash, and both images, but then it says both are invalid. I have looked at some of the debug routines, but the only information I have found is how the device goes into debug mode when it boots with a fault. What I don't know is HOW to use the debug features to see what is going on. I even isolated the two devices, shutting down the first, and strapping the second one as the master and connected it directly to the flash. Still will only boot, but will not load the application.
8.4.7 in the datasheet tells me what happens to the SWD interface if there is a problem, but it doesn’t tell me how I can use it, or how to decode it. I am trying to figure out where the 'load from prom' is failing, and why. I’ve programmed AND verified the flash image in the prom with Flash Center directly, so I know it’s good, and it is also a known good image file.
I'm not sure what difference the firmware image makes, if I know it's a good image and works on other boards. It won't tell you why a particular board starts to load the image, and then just stops.
What I determined was that the Application Customization Tool create a bad image file. I created both the FULL image file and the LOW image file at the same time- same date and time stamp, but the full image file is too small, and the data is in the wrong place. There is data where the pointer should be. I recreated the full image file and compared to the low image file, and it looks like it was properly created this time.
If you give me your email, I can send you both copies of the files to look at.
The reason I think some of the boards worked is that the low image file must have been used to program them. It looks like the low image file should be 64k and the full image file should be 192k, but instead in this case the full image file was 64k and the low image file was 192k. There is still only one valid image in the low image file, confirmed after bootup of the application, and the full image file was created corrupted.
I think it was version 2.8, and I did recreate it and it was fine, so it's certainly odd that it created it wrong that one time. I just upgraded to 2.10 as well.