Replies: 3 comments 37 replies
-
Using Eclipse to build? |
Beta Was this translation helpful? Give feedback.
-
Do not enable the EEPROM until you have communication working. And disable flash emulation as well by leaving only line 2663 in this block of code. To 100% verify that the code has started you could try to continously toggle a GPIO pin early in the the startup sequence, after outputs has been initialized - before this line. This to determine if the clock tree is incorrectly setup or if the booloader/loader script combo is wrong. |
Beta Was this translation helpful? Give feedback.
-
Hi @terjeio, Now just to sort out the EEPROM connection issues. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've been attempting to a build for the BTT Octopus Pro F446
https://github.com/bigtreetech/BIGTREETECH-OCTOPUS-Pro
It has a 32kb bootloader and 12MHz crystal.
I've written the board map without any issues. However, I'm having trouble with the build configuration.
I've never worked on linker scripts before so I was wondering if you had any guidance with this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions