corygrant / CANBoard_FW

Firmware - CAN enabled IO board
MIT License
6 stars 4 forks source link

howto flash firmware #8

Closed pknetworksolutions closed 1 year ago

pknetworksolutions commented 1 year ago

Not really an issue, but do you have infos on hardware used, and the howto to flash the firmware?

corygrant commented 1 year ago

You'll need a TC2030 cable to flash the firmware. I use this one with a ST Link V3 Mini: https://www.tag-connect.com/product/tc2030-ctx-nl-stdc14-for-use-with-stm32-processors-with-stlink-v3

https://www.st.com/en/development-tools/stlink-v3mini.html

If you want to leave the cable connected while debugging these hold the cable to the board https://www.tag-connect.com/product/tc2030-retaining-clip-board-3-pack

pknetworksolutions commented 1 year ago

Gotcha, I wasnt sure about the st link, which version. Already have the tag connect

Le mar. 28 mars 2023, 20 h 16, Cory Grant @.***> a écrit :

You'll need a TC2030 cable to flash the firmware. I use this one with a ST Link V3 Mini:

https://www.tag-connect.com/product/tc2030-ctx-nl-stdc14-for-use-with-stm32-processors-with-stlink-v3 https://www.st.com/en/development-tools/stlink-v3mini.html

If you want to leave the cable connected while debugging these hold the cable to the board https://www.tag-connect.com/product/tc2030-retaining-clip-board-3-pack

— Reply to this email directly, view it on GitHub https://github.com/corygrant/CANBoard_FW/issues/8#issuecomment-1487769561, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD756HLX6WZBOXEM7H6KJ7LW6N5MFANCNFSM6AAAAAAWK7KHME . You are receiving this because you authored the thread.Message ID: @.***>

pknetworksolutions commented 1 year ago

Last question, bin vs elf file, which one to use in which scenario?

UPDATE found the info, bin is the data properly, elf includes debugging content.