This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

switch between c167cs and st10

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?

Parents
  • 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

Reply
  • 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

Children