Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I have a project working on the AM2434 that utilizes the R5-0-0 core and a couple of PRU cores as well. Now, I want to add the other 3 R5 cores to the project. What is the recommended way to do this?
I tried adding a new project to my workspace using the empty FreeRTOS R5-1-0 example project as a starting template, but then when I tried to build it it gives me this:
#10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section, or the section contains padded functions. run placement with alignment fails for section ".bss.user_shared_mem" size 0
#10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section, or the section contains padded functions. run placement with alignment fails for section ".bss.log_shared_mem" size 0
#10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section, or the section contains padded functions. run placement with alignment fails for section ".bss.ipc_vring_mem" size 0
s encountered during linking; "OmniTap_r5fss1-0_freertos.out" not built
tiarmlnk command failed with exit code 1 (use -v to see invocation)
#10097: memory range not found: USER_SHM_MEM on page 0
#10097: memory range not found: LOG_SHM_MEM on page 0
#10097: memory range not found: RTOS_NORTOS_IPC_SHM_MEM on page 0
Is there any sort of documentation on how to do this? Perhaps a users manual for the sysconfig tool?