Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(HardwareTimer): handle FDCANx irq when shared with TIMx irq#2301

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fpistm merged 1 commit intostm32duino:mainfromfpistm:TIM_FDCAN
Mar 12, 2024

Conversation

fpistm
Copy link
Member

Application have to declare thephfdcan1 andphfdcan2.

Example:

FDCAN_HandleTypeDefmyhfdcan1;FDCAN_HandleTypeDef*phfdcan1=&myhfdcan1;#if defined(FDCAN2_BASE)FDCAN_HandleTypeDef*phfdcan2=NULL;#endif

Fixes#2224.

Application have to declare the phfdcan1 and phfdcan2.Example:FDCAN_HandleTypeDef myhfdcan1;FDCAN_HandleTypeDef *phfdcan1 = &myhfdcan1;#if defined(FDCAN2_BASE)FDCAN_HandleTypeDef *phfdcan2 = NULL;#endifFixesstm32duino#2224.Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@fpistmfpistm merged commit641f3d8 intostm32duino:mainMar 12, 2024
@fpistmfpistm deleted the TIM_FDCAN branchMarch 12, 2024 08:26
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
fix 🩹Bug fix
Projects
Milestone
2.8.0
Development

Successfully merging this pull request may close these issues.

FDCAN bus interrupts are not handled for the STM32G0B1 causing an infinite loop
1 participant
@fpistm

[8]ページ先頭

©2009-2025 Movatter.jp