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
  • Doesn't the Keil 166 tool chain support the ST10 directly as a target? I'd suspect you'd need to create a new project picking the correct Target device, and then using the appropriate libraries/peripherals for the ST part. As other posters have suggested porting usually expects that you have an adequate understanding of both platforms, and the key differences that need addressing. If you don't know these things now, break out the manuals and start figuring it out.

    The ST10F273Z4 is also NRND (Not Recommended for New Designs), so it's choice here seems a bit dubious for a new project.

Reply
  • Doesn't the Keil 166 tool chain support the ST10 directly as a target? I'd suspect you'd need to create a new project picking the correct Target device, and then using the appropriate libraries/peripherals for the ST part. As other posters have suggested porting usually expects that you have an adequate understanding of both platforms, and the key differences that need addressing. If you don't know these things now, break out the manuals and start figuring it out.

    The ST10F273Z4 is also NRND (Not Recommended for New Designs), so it's choice here seems a bit dubious for a new project.

Children