How can I use TriCore with Embedded Coder?

5 views (last 30 days)
Jancsó
Jancsó on 18 Feb 2013
Answered: Mark Zurawski on 5 Apr 2014
We have got TriCore microcontroller and we would like to generate c code with your product, Embedded Coder in Matlab 2012b. I found a library is "Trilib" and your site I can not download it. One more question, There are some demo, or Simulink blocks for Tricore, I think driver specific blocks? And can you provide some documents about it.
  1 Comment
Jancsó
Jancsó on 21 Nov 2013
How can I use the DSP libraries (TriLib) from the Infineon, or the Simulink has got own libraries?

Sign in to comment.

Answers (2)

Walter Roberson
Walter Roberson on 18 Feb 2013
It appears to me that the library you refer to was removed from the File Exchange due to licensing concerns when the File Exchange switched over to a new licensing scheme.

Mark Zurawski
Mark Zurawski on 5 Apr 2014
I'd suggest you look at the legacy code tool or the use of Matlab function blocks in Simulink with the %#codegen to interface to the Trilib library.
Both methods aren't too bad. I heavily use LCT to create interfaces from Simulink to the platform. There is also the GetSet interface to work with the platform to Simulink interface.
I've used all those methods to interface platform to Simulink. Each has a different advantage and/or downside.
I haven't used the Trilib myself yet, but may do the same soon enough.
Mark

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!