EmbeddedRelated.com
The 2024 Embedded Online Conference

CANbus initialization --> C167CR (Infineon)

Started by Howard in comp.arch.embedded20 years ago 7 replies

Hello. We are currently having a school project, which involves using the built-in CAN-module in the C167CR ?C from Infineon. But we're...

Hello. We are currently having a school project, which involves using the built-in CAN-module in the C167CR ?C from Infineon. But we're having trouble already at the stage of initializing the CAN-module. The initialization is done by using the higher-level functions from Infineon, given in appnote AP2922. Problem starts at this code-line, where the program halts (in the CANinit-fun...


no support from Infineon...

Started by Jedi in comp.arch.embedded19 years ago 4 replies

Any other also got no feedback on technical question for Infineon products? rick

Any other also got no feedback on technical question for Infineon products? rick


Infineon C16x device identification codes

Started by Urs Beeli in comp.arch.embedded19 years ago 4 replies

Hi everyone I am trying to identify what type and revision of the Infineon C16x processor family my software is running on. I am reading the...

Hi everyone I am trying to identify what type and revision of the Infineon C16x processor family my software is running on. I am reading the IDCHIP register which according to the infineon docs returns an 8 bit CHIPID and another 8 bit revision number. I have searched the infineo website and googled all over the place but have not found any place where there is a conclusive list with CH...


Re: Infineon XMC1000, XMC4000

Started by Jochen in comp.arch.embedded10 years ago

responding to http://www.electrondepot.com/embedded/infineon-xmc1000-xmc4000-129942-.htm , Jochen wrote: Hi all, That chat is really...

responding to http://www.electrondepot.com/embedded/infineon-xmc1000-xmc4000-129942-.htm , Jochen wrote: Hi all, That chat is really interesting but I don?t see your problems to be honest. Asking for experiences of Infineon?s ARM Cortex devices and ending up in a chat about normal/standard disclaimer topics is strange. Of course they put in this disclaimer, but you?ll find those limit...


Infineon EEPROM die

Started by linnix in comp.arch.embedded14 years ago 3 replies

Does anyone know how to get datasheet on this EEPROM die? Nothing show up on google or infineon. Perhaps datasheet for packaged version would...

Does anyone know how to get datasheet on this EEPROM die? Nothing show up on google or infineon. Perhaps datasheet for packaged version would help, or a different part number. Thanks. http://avnetexpress.avnet.com/store/em/EMController/Memory-Misc/Infineon-Technologies/SP00024564 9ZJ/_/R-8269916/A-8269916/An-0?action=part&catalogId=&langId=-1&storeId=500201


Infineon XC164CS - step by step guide?

Started by xc_user in comp.arch.embedded18 years ago 1 reply

Hello and thanks for takeing time to read this email. I got Infineon XC164CS processor (Step AA) on SK-XC164 (Industrial controller starter...

Hello and thanks for takeing time to read this email. I got Infineon XC164CS processor (Step AA) on SK-XC164 (Industrial controller starter kit). Development tools are Tasking (from Altium) and programming tool is MemTool (from Infineon). I can program the device (MemTool programs it, and verification passes), but I can not get the device working. I was trying with the most simple possible c...


TCP Stack + RTOS for Infineon C166 recomendation

Started by Adib Taraben in comp.arch.embedded17 years ago 2 replies

Hello, I am using Infineon C167 or its new derivate XC167. Can someone recommend a TCP-Stack and OS combination for that? Thx, Adib.

Hello, I am using Infineon C167 or its new derivate XC167. Can someone recommend a TCP-Stack and OS combination for that? Thx, Adib.


Infineon XMC1000, XMC4000

Started by Oliver Betz in comp.arch.embedded10 years ago 17 replies

Hello All, the Infineon ARM Cortex derivatives (XMC4000 CM4, XMC1000 CM0) look very interesting. Advanced peripherals, good value for the...

Hello All, the Infineon ARM Cortex derivatives (XMC4000 CM4, XMC1000 CM0) look very interesting. Advanced peripherals, good value for the money. Is anybody actually working with them and wants to tell something about what to observe? TIA, Oliver -- Oliver Betz, Munich despammed.com is broken, use Reply-To:


ISDN U-transceiver

Started by Rene in comp.arch.embedded20 years ago 1 reply

Hello folks, I am looking for an ISDN U transceiver in 3.3V technologie. So far I've checked Motorolas MC145572 (5V) and some Infineon parts....

Hello folks, I am looking for an ISDN U transceiver in 3.3V technologie. So far I've checked Motorolas MC145572 (5V) and some Infineon parts. The older Infineon parts are 5V too and the SMINT series are a bit of an overkill (intelligent NT chip with U and S/T transceiver). Does anyone know a chip with preferably the following features: - 3.3V (1.8V would be ok too) - Integrated HDLC Con...


Serial communication with Infineon C167 (Tasking Compiler)

Started by Howard in comp.arch.embedded20 years ago 7 replies

Hi. We are having a prosject at school, and are currently testing the Infineon C167 ?C with Tasking EDE compiler (C). But we get...

Hi. We are having a prosject at school, and are currently testing the Infineon C167 ?C with Tasking EDE compiler (C). But we get some problems using the serial interface. I think the initialization of the registers and so on actually are correct. This because we've tried to force both receive- and transmit-interrupts by setting those flags, and made the interrupt routines to give out diffe...


Good Infineon XC16X JTAG debugger?

Started by Anonymous in comp.arch.embedded19 years ago 5 replies

For an existing motor control application, we're considering upgrading from our current ROMless ST10R167 processor to newer one with...

For an existing motor control application, we're considering upgrading from our current ROMless ST10R167 processor to newer one with onboard flash to get faster execution. One of the main attractions of the Infineon XC16X chips is JTAG debugging, with excellent code and onboard peripheral compatibility with the C167/ST10. (Using a bond-out emulator isn't practical with our equipment.) We use ...


Infineon XC164 setup

Started by Janvi in comp.arch.embedded20 years ago 4 replies

have a Infineon Demo Board with the XC164 here but the bus speed seems wrong. I have 2 boards with same behavior and there is also a version...

have a Infineon Demo Board with the XC164 here but the bus speed seems wrong. I have 2 boards with same behavior and there is also a version with the XC161. Wrote asm example to tx a serial char at asc0 and this appears to have about 1,9 kbaud of speed while I expect 9,6kbaud with 40Mhz bus speed. Rx input interrupt triggers well but rx character is wrong. This way I assume I do not hav...


Infineon TwinCAN 82c900 problem

Started by Teemu Keskinarkaus in comp.arch.embedded20 years ago 2 replies

Hi, I'm doing driver for Infineon TwinCAN 82c900 - controller and I'm having major problems with error handling. The driver works fine when...

Hi, I'm doing driver for Infineon TwinCAN 82c900 - controller and I'm having major problems with error handling. The driver works fine when only sending and receiving with out errors. But if error occurs then the problem begans. I don't want to explain what I have tried since I've tried everything. I'm just asking that if someone has done driver for that chip. What is the correct way to ...


Infiineon offer 140'C capable, 8 bit uC

Started by Jim Granville in comp.arch.embedded17 years ago 1 reply

There have been a few threads over time about higher temperature uC. This news from Infineon on their XC866-HOT family is relevent - they...

There have been a few threads over time about higher temperature uC. This news from Infineon on their XC866-HOT family is relevent - they claim to have 140'C operate, full spec, and 100K flash operations at 140'C - price of e1.80/10K also is not 'niche' pricing, and could target system watchdog applications in the tough installations. http://www.infineon.com/cgi-bin/ifx/portal/ep/con...


Infineon TC1130 SDRAM controller.

Started by Anonymous in comp.arch.embedded16 years ago 3 replies

Hi, We have an Infineon TC1100 processor connected to a 4Mx32 SDRAM (Micro Mt48LC4M32B2). Examining the memory signals with a logic...

Hi, We have an Infineon TC1100 processor connected to a 4Mx32 SDRAM (Micro Mt48LC4M32B2). Examining the memory signals with a logic analyser, the SDRAM is being correctly written, refreshed and read. However, although we can see the expected data being output on a read command, the data does not reach the processor. The SDRAM setup code that we are using on our own board has been run...


Infineon XC16x Boards (using the Altium Compiler)

Started by Janvi in comp.arch.embedded20 years ago 3 replies

we have 2 Infineon Demo boards V202b for the XC164 and the XC161. In the meantime my application runs well including correct speed and PLL but...

we have 2 Infineon Demo boards V202b for the XC164 and the XC161. In the meantime my application runs well including correct speed and PLL but the thing crashs if a NMI occurs. The correct vector location (n+8) has been terminated by RETI and I assume this is correct. Now I tried to load the Altium example from the CD what has been shipped as add-on with the demo board. The file is tog...


Download of GCC sources for Infineon TriCore

Started by KHR in comp.arch.embedded17 years ago 11 replies

Hello, I am looking for a GCC version for Infineon TriCore. As I found out hightec-rt.com has such a GCC version but unfortunately they...

Hello, I am looking for a GCC version for Infineon TriCore. As I found out hightec-rt.com has such a GCC version but unfortunately they don't give free access to the source code although GCC has a GPL license. Does anybody know a link where I can download the sources? If not, even a binary for windows might be helpful. Thanks a lot


Infineon TRICORE TC1766 example for ADC conversion??

Started by skysurf in comp.arch.embedded15 years ago 3 replies

Hello, I just received a starterboard for the Infineon TC1766 Tricore microcontroller (Triboard). I am trying to setup the ADC converter on...

Hello, I just received a starterboard for the Infineon TC1766 Tricore microcontroller (Triboard). I am trying to setup the ADC converter on the micro to run some adc conversions, however there are no examples on how to configure the micro for ADC conversions. Would anyone know where I can get an example of ADC implementation for the Tricore?? I would appreciate annyy help!!!! Thanks!! ...


Architecture question

Started by Tim Frink in comp.arch.embedded16 years ago

Hi, I've 3 questions about my Infineon TriCore microcontroller which is described by Infineon as "32-bit microcontroller-DSP...

Hi, I've 3 questions about my Infineon TriCore microcontroller which is described by Infineon as "32-bit microcontroller-DSP architecture optimized for real-time embedded systems". According to the manual, the DSP has the following memories: · Data Memory Unit (DMU) with ­ 64 Kbyte of Data Memory (SRAM) ­ 16 Kbyte of Stand-by Data Memory (SBRAM) · Program Memory Unit (PMU) ...


xc164 infineon

Started by the rest in comp.arch.embedded19 years ago 8 replies

Is There someone that use this micro?

Is There someone that use this micro?



The 2024 Embedded Online Conference