-
Notifications
You must be signed in to change notification settings - Fork 88
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
debug variant not compiling #22
Comments
Hi, This is known issue, I believe with the SPL drivers the footprint is bigger. |
C6T6 here, but i managed to compile the code to a suitable firmware by commenting the last while(1) loop since it seems to be outside of the debug loop. |
I've just noticed my own fault by commenting the last loop, there's no chance to input any options back. |
What are you trying to achieve ? |
Just toying with some robotics using hoverboard components, i was trying to obtain the values from the MPU via serial,to gain some knowledge. |
i made the code compile for flashing by commenting some code and shortening the debug strings, however i can't seem to get any values from the MPU. |
I don't have wiki edit access in this repository, but I had created this |
Thanks, so now i can see i have four sideboards with GD32F130C6T6 and MPU6050A, and two sideboards with same GD32 and MPU6050. |
It should work with the mpu6050's |
Have you had a chance to try my fork that compiles ? |
Not yet, somehow i've given up on using the sideboards for now, have yet to find free time to resume the tests. |
Hello, i'm trying to compile a debug variant, however i get the following error:
/usr/lib/gcc/arm-none-eabi/9.2.1/../../../arm-none-eabi/bin/ld: build/firmware.elf section
.rodata' will not fit in region
FLASH'/usr/lib/gcc/arm-none-eabi/9.2.1/../../../arm-none-eabi/bin/ld: region `FLASH' overflowed by 2696 bytes
so it seems it's bigger than flash region on the GD chip.
The text was updated successfully, but these errors were encountered: