Skip to content
Discussion options

You must be logged in to vote

Thanks for the answer.
The problem turned out to be quite superficial and is related to my inability to "properly prepare" *.LD files.
I simply changed the startup code section, specifying a new correct address (change BOOT_FLASH
to FLASH (0x8008000 instead 0x8000000)) and now I get a *.bin file with the correct structure and size at the output:

  .isr_vector :
  {
    . = ALIGN(4);
    KEEP(*(.isr_vector)) /* Startup code */
    . = ALIGN(4);
  } >FLASH

GRBL starts, but now there is no way to test everything on the hardware. After testing on the machine, I will create commits for my 2 boards and ask you to update their support files in the official branch.
Best wishes, Am0k.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Am0k-GIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants