BIGTREETECH Octopus Pro V1.1 STM32H723ZE trying to program #2349
Replies: 4 comments 15 replies
-
Use |
Beta Was this translation helpful? Give feedback.
-
I tried it now with the STM32CubeIDE, and it is working. I can now blink PA8. ` HAL_GPIO_WritePin(GPIOA, GPIO_PIN_8, GPIO_PIN_RESET); /* Infinite loop / I did not configure anything except for PA8 set to GPIO_OUTPUT. I just selected the correct MCU and changed the main.c with the code above. Why does it not work when I'm using the Arduino IDE? |
Beta Was this translation helpful? Give feedback.
-
Here: We agreed you use the generic and not the nucleo? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I am trying to use the BIGTREETECH Octopus Pro V1.1 board for my project. It is my first time using the STM32 MCU (STM32H723ZE) and the STM32duino project, so I don't know what I am doing wrong.I am trying to upload a simple blink sketch via Arduino DFU or compile and put the *.bin file on the SD card to flash the board. Im able by flashing the board using the SD card but no blink. If I do that with the DFU mode, I always overwrite the bootloader which I obtained from the GitHub repository of BTT.
https://github.com/bigtreetech/BIGTREETECH-OCTOPUS-Pro/blob/master/Hardware/BIGTREETECH%20Octopus%20Pro%20V1.1-Pin.jpg
my sketch:
My settings on Arduino IDE:

also tried with that:

Both are not working. I am not able to get the board to trigger the PA_8 pin.
I am pretty sure I have to configure something else in order to program it correctly, but I have no clue what to do.
Maybe someone here can help me.
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions