This widget could not be displayed.
Not applicable
Sep 24, 2014
04:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sep 24, 2014
04:25 AM
Hello,
as the subject says, I'm looking for an example project for the TC234 TriBoard which can be used with the Hightec Free Entry Toolchain.
It seems that the latest version downloaded yesterday even does not contain the header files for this controller.
as the subject says, I'm looking for an example project for the TC234 TriBoard which can be used with the Hightec Free Entry Toolchain.
It seems that the latest version downloaded yesterday even does not contain the header files for this controller.
- Tags:
- IFX
13 Replies
This widget could not be displayed.
Not applicable
Nov 07, 2014
04:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nov 07, 2014
04:37 AM
Even I'm facing the same problem, even to do it with Tasking is difficult.
Jan 07, 2015
10:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 07, 2015
10:46 AM
The latest version supports the TC23x.
http://free-entry-toolchain.hightec-rt.com/
Version 4.6.5.0-infineon-1.1 (includes support for AURIX TC29x, TC27x, TC26x, TC23x and TC22x)
http://free-entry-toolchain.hightec-rt.com/
This widget could not be displayed.
Not applicable
Jan 22, 2015
10:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 22, 2015
10:27 PM
hi !
could you get the example code TC234 Application kit
Regards
Srividya
could you get the example code TC234 Application kit
Regards
Srividya
This widget could not be displayed.
Not applicable
Mar 25, 2015
03:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 25, 2015
03:43 AM
Hi,
I also would like to have the example program of the TC234 TFT App kit in code. It's hard to guess the frequency of the display frames for examples etc.
best regards
Dan
I also would like to have the example program of the TC234 TFT App kit in code. It's hard to guess the frequency of the display frames for examples etc.
best regards
Dan
Oct 28, 2016
07:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 28, 2016
07:03 AM
I want start the TC1724 programming and want to know what is best compiler for TriCore32Bit MCU?
Tasking Or Hightec?
Tasking Or Hightec?
This widget could not be displayed.
Not applicable
Oct 28, 2016
04:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 28, 2016
04:55 PM
hemn wrote:
I want start the TC1724 programming and want to know what is best compiler for TriCore32Bit MCU?
Tasking Or Hightec?
I want this too.. but I guess it Hightec
This widget could not be displayed.
Not applicable
Oct 28, 2016
10:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oct 28, 2016
10:54 PM
Beth641 wrote:
I want this too.. but I guess it Hightec
what? what you mean??? lol
Nov 06, 2016
11:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nov 06, 2016
11:47 PM
ِDo Hightec Compiler have the simulator for TriCore MCU? If have not !how can i simulation my code for TC1724N? Be sure to have hardware and debugging tools?
This widget could not be displayed.
Not applicable
Nov 06, 2016
11:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nov 06, 2016
11:47 PM
Why don't you give both a try and decide for yourself?
Keep in mind that these are more or less restricted "free" editions and may not represent the full release in terms of features and performance.
Edit: I just saw that you're using a legacy TriCore and not an AURIX. We just support the AURIX with the free lite edition, our full release of course supports all available devices.
Keep in mind that these are more or less restricted "free" editions and may not represent the full release in terms of features and performance.
Edit: I just saw that you're using a legacy TriCore and not an AURIX. We just support the AURIX with the free lite edition, our full release of course supports all available devices.
May 03, 2017
04:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 03, 2017
04:47 AM
Hi.
do you know how generat hex file in the the HighTec compiler?
Thanks.
do you know how generat hex file in the the HighTec compiler?
Thanks.
This widget could not be displayed.
Not applicable
Jul 27, 2017
05:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 27, 2017
05:56 PM
hi !
could you get the example code TC234 Application kit
Regards
Alan
could you get the example code TC234 Application kit
Regards
Alan
Dec 27, 2017
12:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dec 27, 2017
12:57 AM
Hi Jan.
How can i use TSIM simulator to simulation the input IO for Tricore MCU?
how to create a input simulation file?is there a form to show the analog signal in TSIM?
thanks.
How can i use TSIM simulator to simulation the input IO for Tricore MCU?
how to create a input simulation file?is there a form to show the analog signal in TSIM?
thanks.
Dec 29, 2017
07:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dec 29, 2017
07:37 AM
Hi Hemn,
Have a look at chapter 22.2 of our user guide, having title "functions in libos.a". It explains tsim simulated I/O calls are supported including a use-case example. While the use-case example makes use of low level functions such as open, read and close, this should also work for higher level functions such as printf and scanf.
Best regards,
Henk-Piet Glas
Principal Technical Specialist
hemn wrote:
Hi Jan.
How can i use TSIM simulator to simulation the input IO for Tricore MCU?
how to create a input simulation file?is there a form to show the analog signal in TSIM?
thanks.
Have a look at chapter 22.2 of our user guide, having title "functions in libos.a". It explains tsim simulated I/O calls are supported including a use-case example. While the use-case example makes use of low level functions such as open, read and close, this should also work for higher level functions such as printf and scanf.
Best regards,
Henk-Piet Glas
Principal Technical Specialist
This widget could not be displayed.