cancel
Showing results for 
Search instead for 
Did you mean: 

HAL_FLASH_Program()

jakob.brunhart
Associate III

Hi,

I'm using STM32H743ZI and uVision 5.28.0.0.

Traying to program the FLASH Bank 1 results in an error. The error is thrown by FLASH_WaitForLastOperation(). In SR1 the following bits are set:

  • PGSERR1
  • INCERR1

Any Idea?

Regards

Jakob

1 ACCEPTED SOLUTION

Accepted Solutions
jakob.brunhart
Associate III

Hi,

The Flash only allows writing to addresses that are a multiple of 32. I didn't keep to that.

Regards

Jakob

View solution in original post

1 REPLY 1
jakob.brunhart
Associate III

Hi,

The Flash only allows writing to addresses that are a multiple of 32. I didn't keep to that.

Regards

Jakob