I am Stijn Eggermont a student. I am busy with my end work at PERDU NV. I am bussy with a test banch for testing the pcb's in production and programming of the infineon xc161processor. I have make a program for testing the pcb's and now I will use the ulink for programming the xc161 processor. I will program the xc161 processor wiht Borland C++ program. Is this possible wiht the ulink and have you an example program? Greatings Stijn Eggermont
Stijn Eggermont said: "I am bussy with a test banch for testing the pcb's in production and programming of the infineon xc161processor ... I will program the xc161 processor wiht Borland C++ program. Is this possible wiht the ulink and have you an example program?" That depends on what you mean by "program"... Christoph Franck replied: "You are planning to compile programs for an XC161 processor with a compiler that compiles for x86 MS Windows platforms?" No: Borland C++ cannot be used to write program that will run on an XC161 processor - Borland C++ generates code to run on x86-based Windows PCs. However, If you mean that you want to write a PC application that will load appropriate code into an XC161 - then that is entirely possible with Borland C++
However, If you mean that you want to write a PC application that will load appropriate code into an XC161 - then that is entirely possible with Borland C++ This is what i mean with programming the xc161 processor. I use the ulink to send the hex file to the xc161 processor. I will like a simple program example in c++. thanks;