Currently, I am using CCS12.0 to write a program for MCU domain R5F, which aims to increase GPIO0_3' voltage to hight level.I used the CSL library to operate the hardware.
Before debugging and running, compile it first, as shown in the figure:
There are three warnings that require specifying RAM during LINK.
As shown in the figure above, I did not specify any cmd files for the link, so those three warnings were generated.
I guess I need to specify a cmd file for the link, and I
I found a vhwa_soc_r5.cmd file in the folder “E:\ti-processor-sdk-rtos-j721e-evm-09_00_00_02\pdk_jacinto_09_00_00_45\packages\ti\drv\vhwa\examples\common\j721e\”,and is used for link and can be successfully compiled, but debuggingit has caused additional issues,shown in the picture below:
It seems that the software will crash when running this function,It seems that the pointer has made an incorrect jump.
My question is, where is the appropriate cmd file and how should I design this cmd file for linking?Alternatively, how to solve the problem shown in the picture。