# What's the difference among freedom-e300-arty, freedom-e310-arty and FE310-G000

**URL:** https://forums.sifive.com/t/whats-the-difference-among-freedom-e300-arty-freedom-e310-arty-and-fe310-g000/2948
**Category:** Freedom E300
**Created:** [October 17, 2019, 1:02pm UTC](https://forums.sifive.com/t/whats-the-difference-among-freedom-e300-arty-freedom-e310-arty-and-fe310-g000/2948 "2019-10-17T13:02:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Aeroman](https://avatars.discourse-cdn.com/v4/letter/a/ee59a6/32.png) [@Aeroman](https://forums.sifive.com/u/Aeroman)
#### Post date: [October 17, 2019, 1:02pm UTC](https://forums.sifive.com/t/whats-the-difference-among-freedom-e300-arty-freedom-e310-arty-and-fe310-g000/2948/1 "2019-10-17T13:02:33Z")

</div>

I’d like to figure out whether FE310’s datasheet and manual are compitable for freedom-e310-arty., like memery map and so on. Besides, it’s possible to run programs for freedom-e300-arty on freedom-e310-arty?

---

<div class="post-metadata">

### Author: ![jimw](https://avatars.discourse-cdn.com/v4/letter/j/f14d63/32.png) [@jimw](https://forums.sifive.com/u/jimw)
#### Post date: [October 17, 2019, 4:47pm UTC](https://forums.sifive.com/t/whats-the-difference-among-freedom-e300-arty-freedom-e310-arty-and-fe310-g000/2948/2 "2019-10-17T16:47:12Z")

</div>

Part of the memory map is processor specific, and part is board specific. There are differences between the ASIC FE310 and the FPGA freedom-310-arty. There are also differences between the freedom-e300-arty and freedom-e310-arty, as these are difference configurations of the e3 series core. In theory, it would be possible to produce code that works on multiple targets if you limit yourself to the common subset of the designs, but that isn’t something we support. It is simpler to just recompile for each target.

You could try comparing the dts files in freedom-e-sdk/bsp/$target to see the differences.

---

<div class="post-metadata">

### Author: ![Aeroman](https://avatars.discourse-cdn.com/v4/letter/a/ee59a6/32.png) [@Aeroman](https://forums.sifive.com/u/Aeroman)
#### Post date: [October 20, 2019, 1:44pm UTC](https://forums.sifive.com/t/whats-the-difference-among-freedom-e300-arty-freedom-e310-arty-and-fe310-g000/2948/4 "2019-10-20T13:44:29Z")

</div>

OK, I got it. Thanks a lot
