Oct 15, 2020
12:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 15, 2020
12:48 PM
Does anyone have a Trace32 .cmm script for TC377TP device ?
I found some examples from the Trace32 documentaiton, but not sure which one's to use.
Any thoughts ?
I found some examples from the Trace32 documentaiton, but not sure which one's to use.
Any thoughts ?
- Tags:
- aurix tc37x
- IFX
8 Replies
Oct 16, 2020
03:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 16, 2020
03:45 AM
What should the script to do? CPU selection is always possible via CPU -> System Settings...
Oct 17, 2020
11:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 17, 2020
11:18 AM
I want to use the .cmm script to flash the .elf file. It can be done manually, however I want a .cmm script for automating some of my activities
Oct 17, 2020
05:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 17, 2020
05:26 PM
If you look in the directory where you installed T32 as in my case "C:\T32\demo\tricore\flash" you will find the file tc37x.cmm which will flash your elf file to the internal memory of the TC37x.
Oct 17, 2020
07:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 17, 2020
07:04 PM
Well... TC37x instead of TC27x, but you could just modify the TC39x scripts, and cut memory from 16 MB to 6 MB.
Oct 27, 2020
12:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 27, 2020
12:11 PM
I tried the tc37x.cmm and it gives me exception
system.reset
system.detect.cpu
system.attach
DO tc37x.cmm CPU=TC377TP PREPAREONLY DUALPORT=1
data.load "MYHexFile.hex" --- CPU generates an exception on this command
data.load.elf " MYelfFile.elf" /NOCODE.
Any thoughts ?
system.reset
system.detect.cpu
system.attach
DO tc37x.cmm CPU=TC377TP PREPAREONLY DUALPORT=1
data.load "MYHexFile.hex" --- CPU generates an exception on this command
data.load.elf " MYelfFile.elf" /NOCODE.
Any thoughts ?
Oct 28, 2020
12:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 28, 2020
12:13 AM
Hi
How did u generate the elf/hex file?
are u using the AURIX development studio?
or BIFACES with example codes?
bus error might be related to wrong memory mapping of code to program flash?
i suggest u contact Lauterbach support for more efficient support -> support@lauterbach.com
How did u generate the elf/hex file?
are u using the AURIX development studio?
or BIFACES with example codes?
bus error might be related to wrong memory mapping of code to program flash?
i suggest u contact Lauterbach support for more efficient support -> support@lauterbach.com
Oct 28, 2020
08:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 28, 2020
08:31 AM
I am using HiTech Development Studio toolchain for generation of elf and hex files. Yes, I contacted Lauterbach support to get more support.
memory mapping of code to program flash? - With regards to this, due to think the tc37x.cmm is doing this wrong memory mapping ?
Because when i flash the hex file manually it works without any error.
memory mapping of code to program flash? - With regards to this, due to think the tc37x.cmm is doing this wrong memory mapping ?
Because when i flash the hex file manually it works without any error.
Oct 29, 2020
06:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 29, 2020
06:01 PM
Guys,
I contacted Lauterbach and got a Interim Update of Trace32 SW (Released on 20-Oct-2020), they also recommend to use flash script from "T32\demo\tricore\hardware\triboard-tc3x7\tc377tp\demo_flash.cmm" script
This script works for me now.
Updating comments here, so that It can save sometime for anyone who is facing this same issue
I contacted Lauterbach and got a Interim Update of Trace32 SW (Released on 20-Oct-2020), they also recommend to use flash script from "T32\demo\tricore\hardware\triboard-tc3x7\tc377tp\demo_flash.cmm" script
This script works for me now.
Updating comments here, so that It can save sometime for anyone who is facing this same issue
This widget could not be displayed.