-
Notifications
You must be signed in to change notification settings - Fork 87
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
GD32F130C8T6 #3
Comments
Looking at the memory map GD32F130C8T6 vs STM32F103C8T6 there are similarities but also differences. So, I don't think the hoverboard-sideboard-hack-STM version would match. I think you need to download the In quick words these should be the steps. Let me know about the progress. |
oh, I just noticed is the same GD library, the C8T6 has only more memory (Flash: 64K, Ram: 8K ) than the C6T6 (Flash: 32K, Ram: 4K). Edit: Can you check the connection of I2C_SDA and I2C_SCL pins from MPU6050 towards the GD32? Which pins of the GD32 are used for that? |
I'm checking it. |
That is a good sign! And do you get Green LED after the blink? That is an indication the MPU6050 is working fine. |
I will check it later ( i have to go to school now). Reply edit: yeah i know about that, in my case i use my USART-Bluetooth module (HC-05 - from my old project 😄 ). |
MPU6052 is probably a newer variant, theoretically it should work, practically I didn't check because I don't have it. |
You need to power the board with at least 12V. I noticed similar funny behavior when I was powering the board with 7.5V from an external source. |
delay_ms(); make program be stuck. How to fix it :((. i feel so impotent. |
How did you unlock your GD32 chip? I had similar behavior with one board. To fix it I did the following (please try):
|
Hahaha...:) Good that it works. The error is no issue. EDIT: I will put this as a side note in the unlocking process. If someone else has the same issue. |
My sideboard chipset is GD32F130C8T6 different from yours (C6T6). I have flashed your firm ware to my chip success but it can't read MPU data. Do you know what i have to do to make project is suitable with C8T6 chip
The text was updated successfully, but these errors were encountered: