Typo in USART_ISR_TXFNF definition

Open Beginner friendly
#4 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
65/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
c
Domain
embedded-iot

Research direction

Open Drivers/CMSIS/Device/ST/STM32MP2xx/Include/stm32mp257fxx_cm33.h at line 55774 and compare the USART_ISR_TXFNF definition with nearby register macros. Check the other header files in that directory for the same typo, then verify that the definition uses the intended mask and that the affected headers remain consistent.

Written by the indexing model from the issue text.

Description

There is a typo in Drivers/CMSIS/Device/ST/STM32MP2xx/Include/stm32mp257fxx_cm33.h line 55774

USART_ISR_TXFNF is defined as USART_ISR_TXFNF_Pos whereas I suspect it should be USART_ISR_TXFNF_Msk

I have not checked whether it is present in the other header files in that directory.

Dominant language
C
Stars
17
Forks
5
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from STMicroelectronics/STM32CubeMP2

All issues in STMicroelectronics/STM32CubeMP2

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.