Tool/software: Code Composer Studio
- I upload firmware on tms570ls3137 through "CAN Bus Bootloader". Boot process goes till PC-Side Application sent CAN_COMMAND_RESET and don't get CAN_COMMAND_ACK(0x5A6).
It looks like Flash API rewrite - bootloader section and bootloader can't sent ACK comand.
Why it happening? May be problem in something else? What are the reasons?
- And why should I set start address (VECTORS (X) : origin=0x00010020) for linker when I buid firmware project?
Because in the end I get binarry file what don't contain any information about addresses. And PC-Side Application know address where to programm image. Isn't it?