2024-05-25 12:50 AM
hi i am new to the controller, i read the manual that dcf records contains the configurations like if device boots up it performs some basic tests and then basis on the application address provided in dcf record, it jumps to application, but that address is empty in my case, i want to program it to my application entry point, please tell me how to do this
Solved! Go to Solution.
2024-06-26 01:37 AM - edited 2024-06-26 06:02 AM
Hello Saka ,
Which device do you use SR5 or SPC5?
I recommend to check in the RM.
chapter 9 for SPC52B Line RM
Often , we are using TRACE32 (script cmm) to update it
Best Regards
Erwan
2024-06-26 01:37 AM - edited 2024-06-26 06:02 AM
Hello Saka ,
Which device do you use SR5 or SPC5?
I recommend to check in the RM.
chapter 9 for SPC52B Line RM
Often , we are using TRACE32 (script cmm) to update it
Best Regards
Erwan
2024-06-27 02:27 AM
For SPC5, the program entry address is not set in the DCF records, but in the boot record, which is located in a normal FLASH sector. The boot record usually is (and should be) part of the ELF file. Check the RM for your device to find the supported boot record addresses and fields.
Regards,
Reinhard