Skip to main content
DOsbo
Associate III
January 23, 2020
Solved

BUGS: HAL_NOR_ProgramBuffer() is riddled with them.

  • January 23, 2020
  • 3 replies
  • 933 views

The HAL_NOR_ProgramBuffer() function in stm32h7xx_hal_nor.c has a few defects. It's untested code because it couldn't possibly work as it is. I'm not complaining about the defects. What bothers me is I can't find a way to register the defects with ST. If anyone knows of one, please let me know where I can access it.

A register/database would give some hope the defect will be fixed in the future. A register would save us so much time debugging the code ST. Instead of every developer debugging the same defect over and over they can simply check the register. Trawling through forums just doesn't cut it.

Cheers

David

This topic has been closed for replies.
Best answer by

ST says to do that on github

https://github.com/STMicroelectronics/STM32CubeH7

3 replies

DOsbo
DOsboAuthor
Associate III
January 23, 2020

I just read the question before mine. The dev was asking the same thing, so I guess I got my answer. There is no register. :(

Best answer
January 23, 2020
DOsbo
DOsboAuthor
Associate III
January 23, 2020

Perfect! That's exactly what I was after. Thanks Mikhail.