Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TI F28379D: explore the possibility of dual core emulation #53

Open
jnaulet opened this issue Jun 26, 2023 · 0 comments
Open

TI F28379D: explore the possibility of dual core emulation #53

jnaulet opened this issue Jun 26, 2023 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@jnaulet
Copy link
Owner

jnaulet commented Jun 26, 2023

The F28379D (and F2838x) series offer a dual CPU system that is not quite a dual-core system.
More a dual-MCU system.

Limitations are the following:

  • Each CPU/MCU has its own non-shared flash & internal memories (Mx Dx & LSx RAMs)
  • The shared memory (GSx RAM) has no arbitration, each cpu needs to take ownership of a section to be able to write or fetch
  • And God knows what else

With these limitations in mind, is it possible to run a software on both MCUs at the same time and make it act like it's a dual-core system ? At what cost ?

@jnaulet jnaulet added enhancement New feature or request question Further information is requested labels Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant