I currently have a working project for the C167. I need to port this application to the st10f273. How do I convert program and setup the compiler and tools for the st10?
I have only hex file and i want use st10_f_273_M. you believe is it also NRND (Not Recommended for New Designs) for a new project.
You have only hex file? You need the source code if you are going to port any program.
yes. i can disassemble this hex file but this is not mean that i have .asm file. i can modify hex file and develop.
The M part seems more viable
www.st.com/.../PF115134 www.st.com/.../PF105093
But if you plan to reverse engineer and patch things, again a thorough understanding of both parts would seem to be a prerequisite.
i can disassemble this hex file but this is not mean that i have .asm file. sure, not that that is gong to do you much good
i can modify hex file and develop sure, but that is in machine code and no ARM is going to run c16x machine code
you will need to get the source or START FROM SCRATCH
>>but that is in machine code and no ARM is going to run c16x machine code
Pretty sure you'll find that the ST10 isn't ARM based.