Other Parts Discussed in Thread: AWR1443
Tool/software: Code Composer Studio
Previously i tried to use the power optimisation/level sensing demo to transfer range values across SPI to an MSP432. However, i found out the demo was inaccurate at short distances as it doesn't do an initial dc calibration and is made for low power application. Therefore, im using the mmw demo and now want to transfer the range values over SPI but everytime i add in SPI functionality i get this error:
Master_R4: Trouble Writing Memory Block at 0x180d0 on Page 0 of Length 0x7ff0: (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 6.0.576.0)
Master_R4: File Loader: Verification failed: Target failed to write 0x000180D0
Master_R4: GEL: File: C:\Users\saady\workspace_v7\mmwNew\Debug\xwr14xx_mmwNew_mss.xer4f: Load failed.
I tried upping the program memory to 0x0002FF00 using the R4F linker cmd and it worked until i added SPI.
Any help would be appreciated.