[riot-notifications] [RIOT-OS/RIOT] cpu/cc2538: add flashpage & flashpage_raw (#15387)
Francisco
notifications at github.com
Fri Nov 6 17:48:31 CET 2020
@fjmolinas commented on this pull request.
> @@ -43,6 +43,32 @@ extern "C" {
#define CPU_HAS_BITBAND (1)
/** @} */
+
+/**
+ * @brief Flash page configuration
+ * @{
+ */
+#define FLASHPAGE_SIZE (2048U)
+/* Last page holds the CCA region for safety this will not be allowed
+ to be erased */
+#ifndef FLASHPAGE_CC2538_CCA_PAGE
It contains the entry point for the application as well as flashpage lock bits, bootloader backdoor acces.
--
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/15387#discussion_r518874936
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201106/631c5ddd/attachment.htm>
More information about the notifications
mailing list