How The Code Is Downloaded From Eclipse IDE? #1025
Unanswered
AbdulrahmanKH7
asked this question in
Q&A
Replies: 1 comment 4 replies
-
There are several layers here. Eclipse - as an IDE (integrated development environment) - takes care of managing all these layers. Here is a short recap of those layers (note that this is highly simplified 😅):
Again, this is just a very short recap. Feel free to ask if need further information. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I would like to know How The Code Is Downloaded From Eclipse IDE to NEORV32?
I mean how is it converted to a machine language of bits the core can understand?
Is it through the serial terminal so the bootloader can parse the .elf file?
Or the external debugger handle that and raw bits are given directly to the core?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions