- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
I would like to know if there is any example for TC3XX bootloader available from Infineon, or if anyone could share their implementation. I want to understand better the implementation with AURIX tricore, and flashing over CAN.
Thank you.
- Labels:
-
Aurix
- Tags:
- aurix
- bootloader
- tc3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
What protocol are you talking about using the flash bootloader you want?
For example, is it KWP-2000 or flash via UDS or another protocol using CAN?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
I was looking for an protocol related to CAN, could be UDS but not necessarily, any bootloader that will take .hex file from CAN and flash the main memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I am interesting the example for TC3XX bootloader available from Infineon also, The best with UDS, OTA.
Thanks advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any update on this topic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi people,
We could not find any example, we did develop our own bootloader since we could not find any.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where did you get the proper documentation to develop your own?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Basically reading the datasheet, understanding the data banks and linker script. With that information we created our bootloader application to read CAN requests, save data to specific memory location.