Other Parts Discussed in Thread: UNIFLASH, IWR6843, IWR6843ISK,
Hello,
I'm trying to get the mmwave_diag_sbl CCS project from the Platform Toolbox to work. I have taken out the diagnostic functions, because I'm only interested in the bootloader part and I currently still lack access to the TI mmWave SDL.
In the current implementation, where the bootloader works on the TCMB Ram, debugging doesn't work and when I compile the code and flash it to the chip via Uniflash, I can use it to flash a program, but afterwards neither the bootloader nor the flashed program works.
If I start the bootloader from the TCMA Ram (by taking out the functions in the _system_pre_init(void)-function (main.c) and adjusting the corresponding linker file xwr_r4f.cmd) I can debug and flash a program. But after program transport via XMODEM, the bootloader crashes in function SBL_imageAuthentication (image_validity.c) during multicore image parsing. Do I have to make changes to the defines in sbl_xwr68xx.c for the memory regions, when i run the bootloader on TCMA?
Do you have a debugable SBL project that you can provide me?
Kind regards,
David