We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello Everybody,
I want to use keil simulator (or any other keil capability) for following purpose.
In my actual target program, I have created functions for image sensor that captures Image and transmit it to PC using serial communication (COM1). Then I am using PC based tools to analyze that image on PC.
Now, I want to do further image processing work on PC [Host based development], so.
1) Can keil compiler allows me to read any file, that is located at hard disk, using some sort of FILE pointer [as conventional C]
2) Can Keil tools, allows me to print immediate variable values using printf("") like commands.
Thanks in advance, Saurabh
Further information.
I am using, philips [nxp] 2138 controller, and one 100k COMS sensor, after execution of my target program, sensor generates .raw [picture] file. and transmit it to PC through COM port.