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

IFLIGHT_BORG_F435 #614

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

IFLIGHT_BORG_F435 #614

wants to merge 5 commits into from

Conversation

sugaarK
Copy link
Member

@sugaarK sugaarK commented Nov 22, 2024

No description provided.

@nerdCopter nerdCopter changed the title new iflight target IFLIGHT_BORG_F435 Nov 22, 2024
@nerdCopter

This comment was marked as off-topic.

@haslinghuis
Copy link
Member

haslinghuis commented Dec 2, 2024

Copy link
Member Author

@sugaarK sugaarK left a comment

Choose a reason for hiding this comment

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

nice

@Jason-iFlight
Copy link

it’s tested already and it have been pass

TIMER_PIN_MAP( 3, PB1, 2, 2 ) \
TIMER_PIN_MAP( 4, PC8, 2, 1 ) \
TIMER_PIN_MAP( 5, PC9, 2, 3 ) \
TIMER_PIN_MAP( 6, PB6, 1, 11 ) \
Copy link
Contributor

Choose a reason for hiding this comment

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

DMA request conflicts with ADC1

#define MANUFACTURER_ID IFRC

// LEDS
#define LED0_PIN PC15
Copy link
Contributor

Choose a reason for hiding this comment

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

PC15 cannot be used to drive a status LED

#define PINIO1_PIN PC14

// TIMERS & DMA
#define TIMER_PIN_MAPPING TIMER_PIN_MAP( 0, PA8, 1, 8 ) \
Copy link
Contributor

Choose a reason for hiding this comment

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

@sugaarK
Copy link
Member Author

sugaarK commented Jan 14, 2025

@Jason-iFlight needs some changes

#define UART6_RX_PIN PC7
#define UART6_TX_PIN PC6
#define USB_DETECT_PIN PC5
#define SERIALRX_UART SERIAL_PORT_USART2
Copy link
Contributor

Choose a reason for hiding this comment

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

UART2 is susceptible to DFU hijacking and should not be used for receivers/GPS

@sugaarK
Copy link
Member Author

sugaarK commented Feb 18, 2025

@Jason-iFlight this will need retesting and PROPER testing... you would have had issues with the conflicts...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants