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
I will program the xc161 processor wiht Borland C++ program. You are planning to compile programs for an XC161 processor with a compiler that compiles for x86 MS Windows platforms ? No, I don't think this is going to work.
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++
Hello, I don't want to compile a program. I want to send the hex (H86) file with the ulink to the xc161 processor. thanks
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;
http://www.keil.com/appnotes/docs/apnt_186.asp
No, but this should help: http://www.keil.com/support/man/docs/uv3/uv3_cl_programflash.htm http://www.keil.com/support/man/docs/uv3/uv3_fl_hexdownload.htm
http://www.keil.com/support/man/docs/uv3/uv3_fl_hexdownload.htm Does this require a licence for uVision? One would certainly not want to purchase a full licence purely for use on a production line downloader which will dever be used for development!
For clearification: HEX files can be downloaded with an Eval Version (-> no license required).
and no size limitations?