Other Parts Discussed in Thread: UNIFLASH, , AWR1843
Hello,
I wanted to run sbl for the AWR1843AOP board. I applied it, but then I could not connect the awr1843 chip with uniflash and ccs. First of all, I would like to tell you the steps I have taken.
First, I opened the C:\ti\mmwave_automotive_toolbox_3_6_0\labs\lab0012_can_sbl demo with ccs and made some adjustments.
* I wanted to provide the communication that will take place over the UART line in the demo over CAN, so I removed the UART communication and moved the communication that would take place over the UART line to the CAN line. and I checked. Of course, in order to control these processes, I provided myself a CAN converter and designed an interface.
* I specifically say CAN communication because I did not use CANFD. I made the necessary parameters and initial arrangements for this. I tested and did not encounter any errors.
* I used mmwave_sdk_03_06_00_00-LTS as sdk.
* After these steps were completed, I loaded the xwr18xx_ccsdebug.bin file with uniflash and debug the lab0012_can_sbl demo that I had edited with ccs. And I got it working.
* then I started to send the out_of_box_1843_aop.bin file with the interface I made and I sent the bin file successfully. However, the application I installed did not work. I tried to debug with CCS again, but without success. i got the following error
Cortex_R4_0: Trouble Writing Memory Block at 0x0 on Page 0 of Length 0x3c: (Error -1065 @ 0x0) Unable to access device memory. Verify that the memory address is in valid memory. If error persists, confirm configuration, power-cycle board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 9.8.0.00235)
Cortex_R4_0: File Loader: Verification failed: Target failed to write 0x00000000
Cortex_R4_0: GEL: File: S:\TI_SPACE_YEDEK\can_sbl18xx_mss\Debug\can_sbl18xx_mss.xer4f: Load failed.
I can no longer connect to the 1843AOP chip. I tried 3 cards in this process. it was all garbage as well.
By the way, I would like to point out. Since I am using CAN communication, I corrected the offsets in the lab0012_can_sbl demo for CAN.
Where could I have gone wrong or is what I did completely wrong? How can I fix the error, please help.