Skip to main content
Visitor II
December 10, 2020
Question

Need alternate for this EF6809P Micro processor.

  • December 10, 2020
  • 2 replies
  • 1486 views

I need alternate for the following component. Also I need End of Life of the alternate part is about 7 Years.

  1. EF6809P(Micro Processor)

I am looking forward your valuable reply.

Thanks.

    This topic has been closed for replies.

    2 replies

    Explorer
    December 10, 2020

    I'd say, forget about architectural compatibility. The 6809 is about 40 years old.

    Port your application to a Cortex M device.

    This would probably require rewriting, assuming no HLL was used.

    Or consider a FPGA: https://opencores.org/projects/system09

    SN.3Author
    Visitor II
    December 10, 2020

    So there is no direct alternatives for 6809 processor. But Cortex M devices are too advanced since all the related part for 6809 has to match with Cortex M. Also Cortex M devices are having more functionality that may not be required for this particular project.

    Explorer
    December 10, 2020

    This forum is mostly user driven. And as such, mostly Cortex M users.

    You can of course try to contact ST or a distributor directly, help finding a direct replacement.

    > But Cortex M devices are too advanced since all the related part for 6809 has to match with Cortex M. Also Cortex M devices are having more functionality that may not be required for this particular project.

    And so what ?

    You will want to map all existing functionality to a newer MCU, and not vice versa.

    You will find cheap Cortex M0/M0+ devices with low pin count and a lean set of peripherals.

    You get about one order of magnitude more performance for a similar price, more than enough to run a cleanly written and maintainable firmware.

    In contrast to the assember code of the Z80/8052/6809 era.

    Graduate II
    December 10, 2020

    Look for HDL code for the 6809 out there and implement it in an FPGA if you need cycle-by -cycle compatibility.