AURIX™ Forum Discussions
Sort by:
AURIX™
Hi, I am new in infineon controller, can any one provide me QSPI code for TC399 from basic level.Calculation for time quantum to set SPI clock at 1Mh...
Show More
Hi,
I am new in infineon controller, can any one provide me QSPI code for TC399 from basic level.
Calculation for time quantum to set SPI clock at 1Mhz(controller clock frequency is 20Mhz) and how to select ECON resistor using BACON resistor.
I want to configure QSPI5 Show Less
I am new in infineon controller, can any one provide me QSPI code for TC399 from basic level.
Calculation for time quantum to set SPI clock at 1Mhz(controller clock frequency is 20Mhz) and how to select ECON resistor using BACON resistor.
I want to configure QSPI5 Show Less
AURIX™
HelloI am working on ASCLIN device driver for TC38x in my project. Since we are trying in an ECU without LIN transceiver. So we need to figure our a p...
Show More
Hello
I am working on ASCLIN device driver for TC38x in my project. Since we are trying in an ECU without LIN transceiver. So we need to figure our a pin with ASCLIN functionality. My question is if a pin is already initialized to use CAN driver, can it be re-initialized for LIN, or we need to de-initialize the CAN first?
In short, lets say P15.0 is CAN_H and P15.1 is CAN_L. Can I initialize my ASCLIN1 driver to override P15.0 and P15.1 as LIN Tx and Rx ?
Please clarify. Show Less
I am working on ASCLIN device driver for TC38x in my project. Since we are trying in an ECU without LIN transceiver. So we need to figure our a pin with ASCLIN functionality. My question is if a pin is already initialized to use CAN driver, can it be re-initialized for LIN, or we need to de-initialize the CAN first?
In short, lets say P15.0 is CAN_H and P15.1 is CAN_L. Can I initialize my ASCLIN1 driver to override P15.0 and P15.1 as LIN Tx and Rx ?
Please clarify. Show Less
AURIX™
I'm seeing an odd problem with TC233 Multican interrupts.I set up a Kvaser to send a steady stream of random CAN messages, but I only see the TC233 in...
Show More
I'm seeing an odd problem with TC233 Multican interrupts.
I set up a Kvaser to send a steady stream of random CAN messages, but I only see the TC233 interrupt handler called once.
Yes, I am calling IfxCpu_enableInterrupts(); at the end of the interrupt handler to reenable interrupts.
Can anybody offer any suggestions on things to check?
Toshi Show Less
I set up a Kvaser to send a steady stream of random CAN messages, but I only see the TC233 interrupt handler called once.
Yes, I am calling IfxCpu_enableInterrupts(); at the end of the interrupt handler to reenable interrupts.
Can anybody offer any suggestions on things to check?
Toshi Show Less
AURIX™
Hi,I have can communication between Aurix TC22x and PEAKCAN dongle, the problem is with baudrate settings.On Aurix baudrate is set as 125000kbit/sOn P...
Show More
Hi,
I have can communication between Aurix TC22x and PEAKCAN dongle, the problem is with baudrate settings.
On Aurix baudrate is set as 125000kbit/s
On PEAKCAN baudrate must be set 250000kbit/s, 125000kbit/s not works
Datasheet says, that there is a baundrate prescaler in can clock module, does it change somehow baudrate i place in code ? Show Less
I have can communication between Aurix TC22x and PEAKCAN dongle, the problem is with baudrate settings.
On Aurix baudrate is set as 125000kbit/s
On PEAKCAN baudrate must be set 250000kbit/s, 125000kbit/s not works
Datasheet says, that there is a baundrate prescaler in can clock module, does it change somehow baudrate i place in code ? Show Less
AURIX™
How to set TC399 input output pins in TRISTATE?
AURIX™
Hi,I am using HighTec compiler to develop applications on top of TC297-B mircrocontroller. The problem I am facing is I am unable to activate core 1 o...
Show More
Hi,
I am using HighTec compiler to develop applications on top of TC297-B mircrocontroller. The problem I am facing is I am unable to activate core 1 or 2 from core 0. I used the following line to set core 1 or 2 CPUx_DBGSR.B.HALT=2; but corers are not activated. So could you please assist in what I am missing. Also, how to place conditions in startup code to activate the cores.
If any inputs on integration of FreeRTOS with TC297 will be helpful.
Many Thanks,
Kumaresh Show Less
I am using HighTec compiler to develop applications on top of TC297-B mircrocontroller. The problem I am facing is I am unable to activate core 1 or 2 from core 0. I used the following line to set core 1 or 2 CPUx_DBGSR.B.HALT=2; but corers are not activated. So could you please assist in what I am missing. Also, how to place conditions in startup code to activate the cores.
If any inputs on integration of FreeRTOS with TC297 will be helpful.
Many Thanks,
Kumaresh Show Less
AURIX™
Hi,i'm getting error when i tried to download iLLD lirary from myicp.I recently tried to update my iLLD library for Tricore Tc22x.I got access to myic...
Show More
Hi,
i'm getting error when i tried to download iLLD lirary from myicp.
I recently tried to update my iLLD library for Tricore Tc22x.
I got access to myicp page where can I download iLLD drivers.
The problem is, I cannot download more than 40 of 412 Mb , because transfer fails always after 40 MB downloaded.
I tried to download iLLD in different browsers but the same problem occurs.
What could cause a problem ? Show Less
i'm getting error when i tried to download iLLD lirary from myicp.
I recently tried to update my iLLD library for Tricore Tc22x.
I got access to myicp page where can I download iLLD drivers.
The problem is, I cannot download more than 40 of 412 Mb , because transfer fails always after 40 MB downloaded.
I tried to download iLLD in different browsers but the same problem occurs.
What could cause a problem ? Show Less
AURIX™
Hi,I want to know is MMU is available in this controller TC234L with 1.6E core. I can't find anything in the documentation.If yes what is procedure to...
Show More
Hi,
I want to know is MMU is available in this controller TC234L with 1.6E core. I can't find anything in the documentation.
If yes what is procedure to disable it if we dont need virtual memory?
If we want to use for some purpose, is there any examples on how to configure it?
Is there any documentation regarding this? Show Less
I want to know is MMU is available in this controller TC234L with 1.6E core. I can't find anything in the documentation.
If yes what is procedure to disable it if we dont need virtual memory?
If we want to use for some purpose, is there any examples on how to configure it?
Is there any documentation regarding this? Show Less
AURIX™
Hi, I'm new to Tricore TC397 platform. Is there any reference code or document which shows me how to run ERIKA on multi-core with Infenion BIFACE...
Show More
Hi,
I'm new to Tricore TC397 platform. Is there any reference code or document which shows me how to run ERIKA on multi-core with Infenion BIFACE IDE (HighTech Free TriCoreâ„¢ Entry Tool Chain)?
I found this reference project to run ERIKA on multicore. But I have no idea to do it with Infenion BIFACE project.
Below are my draft ideas.
1. to configure ERIKA system timer for each core ( core1, core2, ..core5) --> It means that I have to enable system timer interrupt for each core.
2. change linker script ???
Best Regards,
Alex Show Less
I'm new to Tricore TC397 platform. Is there any reference code or document which shows me how to run ERIKA on multi-core with Infenion BIFACE IDE (HighTech Free TriCoreâ„¢ Entry Tool Chain)?
I found this reference project to run ERIKA on multicore. But I have no idea to do it with Infenion BIFACE project.
Below are my draft ideas.
1. to configure ERIKA system timer for each core ( core1, core2, ..core5) --> It means that I have to enable system timer interrupt for each core.
2. change linker script ???
Best Regards,
Alex Show Less
AURIX™
Hi,
Could anyone please share link to download iLLD files for TC297.
Thanks,
Kumaresh
Could anyone please share link to download iLLD files for TC297.
Thanks,
Kumaresh
Forum Information
AURIX™
In this forum you can post your questions, comments and feedback about the 32-bit AURIX™ TriCore™ Microcontroller. The AURIX™ offers the highest scalability in performance, memory & peripherals across application. It is a safe and secure companion chip, meeting both the ISO functional safety standards and EVITA full security standards. Here you can also find the links to the latest board pages, SW and Tools GitHub, trainings, documents and FAQs
Important links
Overview
Documentations
Others
Related Forums
Trending discussions