Skip to content
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

Add FlyingMoonH743 #24004

Merged
merged 2 commits into from Jul 4, 2023
Merged

Add FlyingMoonH743 #24004

merged 2 commits into from Jul 4, 2023

Conversation

peterbarker
Copy link
Contributor

No description provided.

Copy link
Contributor

@kenking2536 kenking2536 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To add a second CAN port, make the following adjustments to the pins

Original PE10 MAX7456_ CS CS changed to PA8 MAX7456_ CS CS
Original PB12 FRAM_ CS CS SPEED_ VERYLOW changed to PA10 FRAM_ CS CS SPEED_ VERYLOW
Original PB13 SPI2_ SCK SPI2 changed to PD3 SPI2_ SCK SPI2
Add PB12 CAN2_ RX CAN2
Add PB13 CAN2_ TX CAN2

PB2 ICM20649_CS CS
PA4 RM3100_CS CS
PE10 MAX7456_CS CS
PB12 FRAM_CS CS SPEED_VERYLOW
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PA10 FRAM_CS CS SPEED_VERYLOW

PB1 ICM42605_CS CS
PB2 ICM20649_CS CS
PA4 RM3100_CS CS
PE10 MAX7456_CS CS
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PA8 MAX7456_CS CS

PB14 SPI2_MISO SPI2
PB15 SPI2_MOSI SPI2

PB12 FRAM_CS CS SPEED_VERYLOW
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PA10 FRAM_CS CS SPEED_VERYLOW

PE10 MAX7456_CS CS

# SPI bus for dataflash AND SD
PB13 SPI2_SCK SPI2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PD3 SPI2_SCK SPI2

PC12 UART5_TX UART5 NODMA
PD2 UART5_RX UART5 NODMA

# CAN Busses
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CAN Busses 1

# CAN Busses
PD0 CAN1_RX CAN1
PD1 CAN1_TX CAN1

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CAN Busses 2

PB12 CAN2_RX CAN2
PB13 CAN2_TX CAN2

@Hwurzburg Hwurzburg added the WikiNeeded needs wiki update label Jun 10, 2023
Copy link
Collaborator

@Hwurzburg Hwurzburg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this is to be included in the wiki it will need a complete README.md file also

@kenking2536
Copy link
Contributor

if this is to be included in the wiki it will need a complete README.md file also

This flight control is an iterative and updated version of the previous flight control, and is not currently used for commercial sales. It is only used in conjunction with our own company's products! So there's no need to display it on the wiki, just get ArduPilot support!

@Hwurzburg Hwurzburg removed the WikiNeeded needs wiki update label Jun 11, 2023
@peterbarker
Copy link
Contributor Author

@kenking2536 the bootloader failed to build; you'll be able to replicate with

./waf configure --board=FlyingMoonH743 --bootloader
./waf bootloader

We can't really merge this unless the bootloader builds :-)

@peterbarker
Copy link
Contributor Author

Removing DevCallTopic; must compile.

@tridge tridge dismissed Hwurzburg’s stale review July 4, 2023 00:04

won't be in wiki

@tridge tridge merged commit 7a99fd7 into ArduPilot:master Jul 4, 2023
39 checks passed
@peterbarker peterbarker deleted the pr/flyingmoonh743 branch July 4, 2023 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants