Tool/software:
Hi,
I am trying to develop baremetal applications on the R5F cores of the AM6548 so that I can take advantage of the safety features. I have seen posts on E2E on people asking questions, but I haven't seen clear details on how to do this.
I have CCS installed with a processor development kit and the MCU+ SDK. I am able to compile R5F C programs using different compilers. My goal is to use rproc in U-Boot to load the firmware on to the R5F cores, and run the baremetal application that way. Whenever I try to load the .elf/.out executables, my U-Boot freezes. I have tried compiling for 3 different compilers, TI, CLANG, and GNU. In the properties of my R5F CCS project, I try to add the linker command file of the AM65x but get errors, such as "HEAPSIZE" undefined.
I was able to get the C program to run via the XDS110 Debugger on my AM65 IDK system's R core, but I need the program to run from U-Boot.
I am unsure on what else to try, and why the executables freeze U-Boot.