Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hi all,
I am trying to figure out how to generate a .xer5f and a.xer5f.map output application files from the .out file for the R5 core (generated in CCS).
In order to study this I have created the USB_DevBulk example application for the R5 core using the pdkProjectCreate.bat (of which the makefiles first had to be changed in order to use this .bat file). Building the example is successful from within CCS, However when the MulticoreImage is generated (which I assume creates .xer5f from the .out file) from the below post build step, I get an error that the specified path could not be found:
What is the cause of this? From the pdkAppImageCreate.bat file, the K3ImageGen.bat file within the SBL boot directory gets called succesfully, however from here the specified path somehow seems to get lost? (Error message is in Dutch: Het systeem kan het opgegeven pad niet vinden) Is this the process which creates the .xer5f files?
I currently have another custom project of which the R5-core .out file can not be uploaded onto the AM65x development board from address 0x000000. I have read through all the SBL documenation and it appears that I need the .xer5f extenstion of the output file. How do I generate this file? What is the difference of this file compared to the .out file? I am a bit confused, so information regarding the booting and debugging of applications on the R5-core would be much appreciated
I hope to hear from you soon!
I am using CCS 910, pdk_am65xx_1_0_4, sysbios 6.75.02, xdctools3.55
Kind regards,
Johnny Smith