Replies: 6 comments
|
What happens if you use the CLI tab in Configurator and type "status"? |
disconected after 5-6 seconds #define USE_UART2 |
|
If the pins were wrong, nobody with a Matek F405 would have been able to use those UARTs for the last eight years. Given that thousands people have been using those boards successfully for three last eight years, we can be pretty confident the pins are correct. I take it you have connected a serial adapter to uart 1 and set MSP on that uart?l, or Can we see how you wired that up, please, and a screenshot of your Ports tab? |
No i use stm32f405rgt6 (not Matek F405) |
|
The Matek F405 is one of many, many flight controllers with a stm32f405rgt6 chip. Any flight controller with "405" in the name is using that chip. I'm guessing what you mean is you are trying to make your own flight controller? USB CDC doesn't have anything to do with UART1 or UART2. If you are trying to make your own flight controller, but were not aware that F405 is the chip and aren't clear on what a UART is - designing your own flight controller might be too advanced of a project for your current understanding. It might make sense to start with a different project. |
I already test many flight controller with stm32f405rgt6 - without successfully.
platformio.ini
I am not very good at expressing my thoughts in English, but I am good at understanding hardware. I have a very simple question for you: How to find out which pins are used in stm32f405rgt6 by default UART0 for WeArt board. |
Uh oh!
There was an error while loading. Please reload this page.
I executed the command:
"make MATEKF405"
and flash inav_8.0.1_MATEKF405.hex into STM32F405RGT6
connect terminal by 115200
type "#"
and and I get nothing in return
All reactions