RM0394 reference manual Errors
For the next update to RM0394 ('Reference Manual - STM32L43xxx STM32L44xxx STM32L45xxx STM32L46xxx
advanced ARM®-based 32-bit MCUs'):=========
On page 74, in the table showing page locations in memory, it shows page 255 being at location:
0x087F F800 - 0x087F FFFF
That should be:
0x0807 F800 - 0x0807 FFFF
==========
At the top of page 81, in the steps for 'Mass Erase' (title is on previous page), step 4 is:
4. Set the STRT bit in the FLACH_CR register.
it should be:
4. Set the STRT bit in the FLASH_CR register.
==========
On page 81, in the steps involved in 'Standard Programming', step 7 is:
7. Clear the PG bit in the FLASH_SR register if there no more programming request
anymore.It should be:
7. Clear the PG bit in the FLASH_CR register if there no more programming request
anymore.=========
On page 82, in the steps for Fast Programming, step 8 is:
8. Clear the FSTPG bit in the FLASH_SR register if there no more programming request
anymore.It should be:
8. Clear the FSTPG bit in the FLASH_CR register if there no more programming request
anymore.