2019-05-09 07:27 AM
Hi,
Actually now I'm working on the FlexCAN boot operation and I have few queries to be addressed to start over.
Thanks for your time in advance.
Best Regards,
Prashanth Mohan
Solved! Go to Solution.
2019-05-14 05:08 AM
Hello ,
You can find in the Reference Manual or in the SPC5Studio Tools suite
Best regards
Erwan
2019-05-10 02:32 AM
My idea here is to flash SPC board directly via CANH, CANL pins.
2019-05-14 02:01 AM
Hello ,
1) It should be the size of out.bin
You can use this command to check the size of each functions
ppc-freevle-eabi-nm.exe -S -C --size-sort out.elf
400aa030 00000242 T vector52
400b0bb0 000002e2 T FlashCheckStatus
400ae050 000002f6 T can_lld_transmit
400af9c0 0000048c T spc_clock_init
400aed40 000005ee T updater_getData
400acb60 0000071c t can_lld_l1_handler
400ac3a0 000007b4 t can_lld_l0_handler
400ad360 00000c38 T can_lld_start
Which device do you use ?
3) to push your software in SRAM , you have to update the linker file.
For your information , we have some bootloader example by CAN in SPC5Studio Tools suite
SPC58ECxx_RLA Bootloader Application for Discovery
Best regards
Erwan
2019-05-14 02:23 AM
Hi Erwan,
Very thanks for your response, I'm using SPC560B-DIS board. Do we have Bootloader Application for Discovery for SPC560Bxx??
Regards,
Prashanth
2019-05-14 03:03 AM
Hi @Erwan YVIN,
where can I find the elf analysis tool? say ppc-freevle-eabi-nm.exe that you have mentioned in your response
Thanks
Prashanth
2019-05-14 03:51 AM
Hi @Erwan YVIN ,
Do we have any application note, or flow chart for SPC560B series on bootloader implementation to better understand the generated code?
Thanks
Prashanth
2019-05-14 04:27 AM
Hello ,
You can find the useful in the following directory :
c:\SPC5Studio\eclipse\plugins\com.st.tools.spc5.tools.gnu.gcc.ppcvle.win32_4.9.4.xxxxx\toolchain\bin\
Best regards
Erwan
2019-05-14 05:08 AM
Hello ,
You can find in the Reference Manual or in the SPC5Studio Tools suite
Best regards
Erwan