EmbeddedRelated.com
The 2024 Embedded Online Conference

Erasing Flash EEPROM Sector

Started by Thomas in comp.arch.embedded19 years ago 1 reply

Hi there, I've got a little question. Im using the BM29F400 Flash Memory EEPROM by BRIGHT Microelectronics Inc with a C164CI microcontroller...

Hi there, I've got a little question. Im using the BM29F400 Flash Memory EEPROM by BRIGHT Microelectronics Inc with a C164CI microcontroller (Infineon). After the command sequence for erasing a sector the following code is executed: check_erase: MOV R3,[R2] AND R3,#0080H CMP R3,#0080H JMPR CC_NZ,check_erase...


ARM microcontroller

Started by Anonymous in comp.arch.embedded19 years ago 1 reply

Hi everybody, I've used till now a C167CR (high end microcontroller, Infineon ...) and I'm trying to switch to the ARM based...

Hi everybody, I've used till now a C167CR (high end microcontroller, Infineon ...) and I'm trying to switch to the ARM based microcontroller. Has somebody experience with C167CR and could me recommend some similar and suitable ARM-Based microcontroller.


sd card interface

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

Hi I'm trying to interface SD card (Transcend 1GB and 2GB) through SPI to Infineon controller. It is not initializing, infact i'm not getting...

Hi I'm trying to interface SD card (Transcend 1GB and 2GB) through SPI to Infineon controller. It is not initializing, infact i'm not getting response from SD card for CMD0 (0x40). when i'm going through some web site, it is given that not all SD cards support SPI communication. I wanted to know whether these SD cards what i'm using will support SPI? and also the initialization sequence wil...


Another high end 16/32 bit uC, Wide Vcc, Wide Temp

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

I see Infineon release (early samples of) another iteration on their proven XC166 series, the XC2200 family : "most of the XC226x?s...

I see Infineon release (early samples of) another iteration on their proven XC166 series, the XC2200 family : "most of the XC226x?s instructions can be executed in just one machine cycle which requires 15ns at 66 MHz CPU clock. For example, shift and rotate instructions are always processed during one machine cycle independent of the number of bits to be shifted. Also multiplication ...


Embedded Unit Testing

Started by Enrique Lizarraga in comp.arch.embedded18 years ago 6 replies

Good afternoon: I need to perform some unit testing and I'm totally lost. Right now I'm working in two projects. In the first one I use a...

Good afternoon: I need to perform some unit testing and I'm totally lost. Right now I'm working in two projects. In the first one I use a Freescale MC908AS60A microcontroller with Cosmic compiler and the other one a Infineon XC161 with Tasking C166 compiler. The manager is asking me to perform Unit testing on host and on target. I have been able to perform some testings on host, but I ne...


QAM tuner ic: who makes one?

Started by Rodo in comp.arch.embedded16 years ago 4 replies

Hi all, I was looking at Broadcom's parts for (cable) tuner/receivers. I tried to find other mfrs that make similar products. I found...

Hi all, I was looking at Broadcom's parts for (cable) tuner/receivers. I tried to find other mfrs that make similar products. I found Infineon makes some stuff for tuners but not the QAM kind for cable. Who else makes QAM tuner chips? Maybe even simpler than Broadcom since they have all the goodies to get pay per view events and the on-line tv guide on the same die. Thanks


Compiler tricks to improve speed

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

Hello All, I am using C51 and my code runs on Infineon controller. For company policy reason I am not revealing the exact controller and...

Hello All, I am using C51 and my code runs on Infineon controller. For company policy reason I am not revealing the exact controller and sorry about that. I would like to improve the speed. I was using the large memory model for this compiler and now I use small memory model. This has improved speed a lot. I would like to know if there are some more such settings for this compiler to imp...


Re: Siemens SAB 80C537 Reverse Engineering

Started by gldiana in comp.arch.embedded8 years ago 2 replies

responding to http://www.electrondepot.com/embedded/siemens-sab-80c537-reverse-engineering-43397-.htm , gldiana wrote: > jandothomuthat ...

responding to http://www.electrondepot.com/embedded/siemens-sab-80c537-reverse-engineering-43397-.htm , gldiana wrote: > jandothomuthat wrote: > > > I think I see a chip with a glass window beside the 80C537. Now my > question is how hard is it to get the code out? > Would a $45 universal prommer do the job? > > > Any Eprom Programmer will do. > > Infineon even has a disassembler s


Low Dhrystone score on Tricore TC1796

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

Hello, I am doing the Dhrystone benchmark on a TC1796A microcontroller from Infineon with different compilers (TASKING, Hightec-RT GNU GCC)....

Hello, I am doing the Dhrystone benchmark on a TC1796A microcontroller from Infineon with different compilers (TASKING, Hightec-RT GNU GCC). Both compilers are set to produce highest speed optimized code, still I only get about 15 DMIPs with GNU GCC and about 20 DMIPs with TASKING. CPU is running at 150MHz, 75MHz system clock, programs run from external SRAM; no difference (as it should be...


hardware triggerable one-shot with 80c167

Started by Uwe Hercksen in comp.arch.embedded20 years ago 3 replies

Hello, the very old timer intel 8253 and 8254 could be used in mode 1 as a hardware triggerable one-shot with programmable pulse...

Hello, the very old timer intel 8253 and 8254 could be used in mode 1 as a hardware triggerable one-shot with programmable pulse length. Now I am using the infineon 80c167 and need a one-shot with programmable pulse length and hardware triggering too. There are a lot of counters T1 to T8 and there is the Capture/Compare unit too, but I found nothing about one-shots in the user's manua...


Byte/word writes on a c167cs

Started by klaus hoffmann in comp.arch.embedded20 years ago 2 replies

We use an infineon c167cs with 16 bit ram+flash and some 8 bit peripherals. The processor has the pins wrl and wrh/bhe. If we choose wrl+wrh to...

We use an infineon c167cs with 16 bit ram+flash and some 8 bit peripherals. The processor has the pins wrl and wrh/bhe. If we choose wrl+wrh to control the 16 bit RAM (bit 7=wrcfg=1 in syscon0), the 8 bit peripherals cannot be written on odd adresses (it seems). Do we have to put in some external logic or is there a configuration trick to use wrl on all adresses in 8 bit windows? I could not ...


Systec CANOpen Library and Phytec phyCore -167

Started by Piotr in comp.arch.embedded19 years ago 1 reply

I am trying to use Systec CANOpen library with Infineon 167CS processor board from Phytec (phyCore-167) and Keil toolkit. There are...

I am trying to use Systec CANOpen library with Infineon 167CS processor board from Phytec (phyCore-167) and Keil toolkit. There are several examples on the library CD (keil.slv for example). I can compile the code and load it, but there is no response from the computer (and CAN is not doing anything). I am unable to find any documentation for the examples for CANOpen stack from Systec. On the...



The 2024 Embedded Online Conference