[riot-notifications] [RIOT-OS/RIOT] stm32f{2, 4, 7}: Initial flashpage support (#15420)
Koen Zandberg
notifications at github.com
Wed Nov 18 12:16:11 CET 2020
@bergzand commented on this pull request.
> /* unlock the flash module */
_unlock_flash();
+#if defined(CPU_FAM_STM32F2) || defined(CPU_FAM_STM32F4) || \
+ defined(CPU_FAM_STM32F7)
+ CNTRL_REG |= FLASH_CR_PSIZE_1; /* Word size parallelism */
Should be simpler to add with #15467 merged
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15420#discussion_r526006644
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201118/af5d524e/attachment.htm>
More information about the notifications
mailing list