iot_water_monitor_v2

Dependencies:   easy-connect-v16 Watchdog FP MQTTPacket RecordType-v-16 watersenor_and_temp_code

Committer:
DuyLionTran
Date:
Sun Mar 18 17:54:50 2018 +0000
Revision:
50:5a19fc4b41d9
Parent:
45:92da959d624b
* version 2.8.5  	03-19-2018: Set time to turn on/off the relay

Who changed what in which revision?

UserRevisionLine numberNew contents of line
DuyLionTran 32:8226837c56ae 1 #ifndef __FLASH_PROGRAMMING_H__
DuyLionTran 32:8226837c56ae 2 #define __FLASH_PROGRAMMING_H__
DuyLionTran 32:8226837c56ae 3
DuyLionTran 32:8226837c56ae 4 #include "stm32l4xx_hal.h"
DuyLionTran 32:8226837c56ae 5
DuyLionTran 32:8226837c56ae 6 #define ADDR_FLASH_PAGE_0 ((uint32_t)0x08000000) /* Base @ of Page 0, 2 Kbytes */
DuyLionTran 32:8226837c56ae 7 #define ADDR_FLASH_PAGE_1 ((uint32_t)0x08000800) /* Base @ of Page 1, 2 Kbytes */
DuyLionTran 32:8226837c56ae 8 #define ADDR_FLASH_PAGE_2 ((uint32_t)0x08001000) /* Base @ of Page 2, 2 Kbytes */
DuyLionTran 32:8226837c56ae 9 #define ADDR_FLASH_PAGE_3 ((uint32_t)0x08001800) /* Base @ of Page 3, 2 Kbytes */
DuyLionTran 32:8226837c56ae 10 #define ADDR_FLASH_PAGE_4 ((uint32_t)0x08002000) /* Base @ of Page 4, 2 Kbytes */
DuyLionTran 32:8226837c56ae 11 #define ADDR_FLASH_PAGE_5 ((uint32_t)0x08002800) /* Base @ of Page 5, 2 Kbytes */
DuyLionTran 32:8226837c56ae 12 #define ADDR_FLASH_PAGE_6 ((uint32_t)0x08003000) /* Base @ of Page 6, 2 Kbytes */
DuyLionTran 32:8226837c56ae 13 #define ADDR_FLASH_PAGE_7 ((uint32_t)0x08003800) /* Base @ of Page 7, 2 Kbytes */
DuyLionTran 32:8226837c56ae 14 #define ADDR_FLASH_PAGE_8 ((uint32_t)0x08004000) /* Base @ of Page 8, 2 Kbytes */
DuyLionTran 32:8226837c56ae 15 #define ADDR_FLASH_PAGE_9 ((uint32_t)0x08004800) /* Base @ of Page 9, 2 Kbytes */
DuyLionTran 32:8226837c56ae 16 #define ADDR_FLASH_PAGE_10 ((uint32_t)0x08005000) /* Base @ of Page 10, 2 Kbytes */
DuyLionTran 32:8226837c56ae 17 #define ADDR_FLASH_PAGE_11 ((uint32_t)0x08005800) /* Base @ of Page 11, 2 Kbytes */
DuyLionTran 32:8226837c56ae 18 #define ADDR_FLASH_PAGE_12 ((uint32_t)0x08006000) /* Base @ of Page 12, 2 Kbytes */
DuyLionTran 32:8226837c56ae 19 #define ADDR_FLASH_PAGE_13 ((uint32_t)0x08006800) /* Base @ of Page 13, 2 Kbytes */
DuyLionTran 32:8226837c56ae 20 #define ADDR_FLASH_PAGE_14 ((uint32_t)0x08007000) /* Base @ of Page 14, 2 Kbytes */
DuyLionTran 32:8226837c56ae 21 #define ADDR_FLASH_PAGE_15 ((uint32_t)0x08007800) /* Base @ of Page 15, 2 Kbytes */
DuyLionTran 32:8226837c56ae 22 #define ADDR_FLASH_PAGE_16 ((uint32_t)0x08008000) /* Base @ of Page 16, 2 Kbytes */
DuyLionTran 32:8226837c56ae 23 #define ADDR_FLASH_PAGE_17 ((uint32_t)0x08008800) /* Base @ of Page 17, 2 Kbytes */
DuyLionTran 32:8226837c56ae 24 #define ADDR_FLASH_PAGE_18 ((uint32_t)0x08009000) /* Base @ of Page 18, 2 Kbytes */
DuyLionTran 32:8226837c56ae 25 #define ADDR_FLASH_PAGE_19 ((uint32_t)0x08009800) /* Base @ of Page 19, 2 Kbytes */
DuyLionTran 32:8226837c56ae 26 #define ADDR_FLASH_PAGE_20 ((uint32_t)0x0800A000) /* Base @ of Page 20, 2 Kbytes */
DuyLionTran 32:8226837c56ae 27 #define ADDR_FLASH_PAGE_21 ((uint32_t)0x0800A800) /* Base @ of Page 21, 2 Kbytes */
DuyLionTran 32:8226837c56ae 28 #define ADDR_FLASH_PAGE_22 ((uint32_t)0x0800B000) /* Base @ of Page 22, 2 Kbytes */
DuyLionTran 32:8226837c56ae 29 #define ADDR_FLASH_PAGE_23 ((uint32_t)0x0800B800) /* Base @ of Page 23, 2 Kbytes */
DuyLionTran 32:8226837c56ae 30 #define ADDR_FLASH_PAGE_24 ((uint32_t)0x0800C000) /* Base @ of Page 24, 2 Kbytes */
DuyLionTran 32:8226837c56ae 31 #define ADDR_FLASH_PAGE_25 ((uint32_t)0x0800C800) /* Base @ of Page 25, 2 Kbytes */
DuyLionTran 32:8226837c56ae 32 #define ADDR_FLASH_PAGE_26 ((uint32_t)0x0800D000) /* Base @ of Page 26, 2 Kbytes */
DuyLionTran 32:8226837c56ae 33 #define ADDR_FLASH_PAGE_27 ((uint32_t)0x0800D800) /* Base @ of Page 27, 2 Kbytes */
DuyLionTran 32:8226837c56ae 34 #define ADDR_FLASH_PAGE_28 ((uint32_t)0x0800E000) /* Base @ of Page 28, 2 Kbytes */
DuyLionTran 32:8226837c56ae 35 #define ADDR_FLASH_PAGE_29 ((uint32_t)0x0800E800) /* Base @ of Page 29, 2 Kbytes */
DuyLionTran 32:8226837c56ae 36 #define ADDR_FLASH_PAGE_30 ((uint32_t)0x0800F000) /* Base @ of Page 30, 2 Kbytes */
DuyLionTran 32:8226837c56ae 37 #define ADDR_FLASH_PAGE_31 ((uint32_t)0x0800F800) /* Base @ of Page 31, 2 Kbytes */
DuyLionTran 32:8226837c56ae 38 #define ADDR_FLASH_PAGE_32 ((uint32_t)0x08010000) /* Base @ of Page 32, 2 Kbytes */
DuyLionTran 32:8226837c56ae 39 #define ADDR_FLASH_PAGE_33 ((uint32_t)0x08010800) /* Base @ of Page 33, 2 Kbytes */
DuyLionTran 32:8226837c56ae 40 #define ADDR_FLASH_PAGE_34 ((uint32_t)0x08011000) /* Base @ of Page 34, 2 Kbytes */
DuyLionTran 32:8226837c56ae 41 #define ADDR_FLASH_PAGE_35 ((uint32_t)0x08011800) /* Base @ of Page 35, 2 Kbytes */
DuyLionTran 32:8226837c56ae 42 #define ADDR_FLASH_PAGE_36 ((uint32_t)0x08012000) /* Base @ of Page 36, 2 Kbytes */
DuyLionTran 32:8226837c56ae 43 #define ADDR_FLASH_PAGE_37 ((uint32_t)0x08012800) /* Base @ of Page 37, 2 Kbytes */
DuyLionTran 32:8226837c56ae 44 #define ADDR_FLASH_PAGE_38 ((uint32_t)0x08013000) /* Base @ of Page 38, 2 Kbytes */
DuyLionTran 32:8226837c56ae 45 #define ADDR_FLASH_PAGE_39 ((uint32_t)0x08013800) /* Base @ of Page 39, 2 Kbytes */
DuyLionTran 32:8226837c56ae 46 #define ADDR_FLASH_PAGE_40 ((uint32_t)0x08014000) /* Base @ of Page 40, 2 Kbytes */
DuyLionTran 32:8226837c56ae 47 #define ADDR_FLASH_PAGE_41 ((uint32_t)0x08014800) /* Base @ of Page 41, 2 Kbytes */
DuyLionTran 32:8226837c56ae 48 #define ADDR_FLASH_PAGE_42 ((uint32_t)0x08015000) /* Base @ of Page 42, 2 Kbytes */
DuyLionTran 32:8226837c56ae 49 #define ADDR_FLASH_PAGE_43 ((uint32_t)0x08015800) /* Base @ of Page 43, 2 Kbytes */
DuyLionTran 32:8226837c56ae 50 #define ADDR_FLASH_PAGE_44 ((uint32_t)0x08016000) /* Base @ of Page 44, 2 Kbytes */
DuyLionTran 32:8226837c56ae 51 #define ADDR_FLASH_PAGE_45 ((uint32_t)0x08016800) /* Base @ of Page 45, 2 Kbytes */
DuyLionTran 32:8226837c56ae 52 #define ADDR_FLASH_PAGE_46 ((uint32_t)0x08017000) /* Base @ of Page 46, 2 Kbytes */
DuyLionTran 32:8226837c56ae 53 #define ADDR_FLASH_PAGE_47 ((uint32_t)0x08017800) /* Base @ of Page 47, 2 Kbytes */
DuyLionTran 32:8226837c56ae 54 #define ADDR_FLASH_PAGE_48 ((uint32_t)0x08018000) /* Base @ of Page 48, 2 Kbytes */
DuyLionTran 32:8226837c56ae 55 #define ADDR_FLASH_PAGE_49 ((uint32_t)0x08018800) /* Base @ of Page 49, 2 Kbytes */
DuyLionTran 32:8226837c56ae 56 #define ADDR_FLASH_PAGE_50 ((uint32_t)0x08019000) /* Base @ of Page 50, 2 Kbytes */
DuyLionTran 32:8226837c56ae 57 #define ADDR_FLASH_PAGE_51 ((uint32_t)0x08019800) /* Base @ of Page 51, 2 Kbytes */
DuyLionTran 32:8226837c56ae 58 #define ADDR_FLASH_PAGE_52 ((uint32_t)0x0801A000) /* Base @ of Page 52, 2 Kbytes */
DuyLionTran 32:8226837c56ae 59 #define ADDR_FLASH_PAGE_53 ((uint32_t)0x0801A800) /* Base @ of Page 53, 2 Kbytes */
DuyLionTran 32:8226837c56ae 60 #define ADDR_FLASH_PAGE_54 ((uint32_t)0x0801B000) /* Base @ of Page 54, 2 Kbytes */
DuyLionTran 32:8226837c56ae 61 #define ADDR_FLASH_PAGE_55 ((uint32_t)0x0801B800) /* Base @ of Page 55, 2 Kbytes */
DuyLionTran 32:8226837c56ae 62 #define ADDR_FLASH_PAGE_56 ((uint32_t)0x0801C000) /* Base @ of Page 56, 2 Kbytes */
DuyLionTran 32:8226837c56ae 63 #define ADDR_FLASH_PAGE_57 ((uint32_t)0x0801C800) /* Base @ of Page 57, 2 Kbytes */
DuyLionTran 32:8226837c56ae 64 #define ADDR_FLASH_PAGE_58 ((uint32_t)0x0801D000) /* Base @ of Page 58, 2 Kbytes */
DuyLionTran 32:8226837c56ae 65 #define ADDR_FLASH_PAGE_59 ((uint32_t)0x0801D800) /* Base @ of Page 59, 2 Kbytes */
DuyLionTran 32:8226837c56ae 66 #define ADDR_FLASH_PAGE_60 ((uint32_t)0x0801E000) /* Base @ of Page 60, 2 Kbytes */
DuyLionTran 32:8226837c56ae 67 #define ADDR_FLASH_PAGE_61 ((uint32_t)0x0801E800) /* Base @ of Page 61, 2 Kbytes */
DuyLionTran 32:8226837c56ae 68 #define ADDR_FLASH_PAGE_62 ((uint32_t)0x0801F000) /* Base @ of Page 62, 2 Kbytes */
DuyLionTran 32:8226837c56ae 69 #define ADDR_FLASH_PAGE_63 ((uint32_t)0x0801F800) /* Base @ of Page 63, 2 Kbytes */
DuyLionTran 32:8226837c56ae 70 #define ADDR_FLASH_PAGE_64 ((uint32_t)0x08020000) /* Base @ of Page 64, 2 Kbytes */
DuyLionTran 32:8226837c56ae 71 #define ADDR_FLASH_PAGE_65 ((uint32_t)0x08020800) /* Base @ of Page 65, 2 Kbytes */
DuyLionTran 32:8226837c56ae 72 #define ADDR_FLASH_PAGE_66 ((uint32_t)0x08021000) /* Base @ of Page 66, 2 Kbytes */
DuyLionTran 32:8226837c56ae 73 #define ADDR_FLASH_PAGE_67 ((uint32_t)0x08021800) /* Base @ of Page 67, 2 Kbytes */
DuyLionTran 32:8226837c56ae 74 #define ADDR_FLASH_PAGE_68 ((uint32_t)0x08022000) /* Base @ of Page 68, 2 Kbytes */
DuyLionTran 32:8226837c56ae 75 #define ADDR_FLASH_PAGE_69 ((uint32_t)0x08022800) /* Base @ of Page 69, 2 Kbytes */
DuyLionTran 32:8226837c56ae 76 #define ADDR_FLASH_PAGE_70 ((uint32_t)0x08023000) /* Base @ of Page 70, 2 Kbytes */
DuyLionTran 32:8226837c56ae 77 #define ADDR_FLASH_PAGE_71 ((uint32_t)0x08023800) /* Base @ of Page 71, 2 Kbytes */
DuyLionTran 32:8226837c56ae 78 #define ADDR_FLASH_PAGE_72 ((uint32_t)0x08024000) /* Base @ of Page 72, 2 Kbytes */
DuyLionTran 32:8226837c56ae 79 #define ADDR_FLASH_PAGE_73 ((uint32_t)0x08024800) /* Base @ of Page 73, 2 Kbytes */
DuyLionTran 32:8226837c56ae 80 #define ADDR_FLASH_PAGE_74 ((uint32_t)0x08025000) /* Base @ of Page 74, 2 Kbytes */
DuyLionTran 32:8226837c56ae 81 #define ADDR_FLASH_PAGE_75 ((uint32_t)0x08025800) /* Base @ of Page 75, 2 Kbytes */
DuyLionTran 32:8226837c56ae 82 #define ADDR_FLASH_PAGE_76 ((uint32_t)0x08026000) /* Base @ of Page 76, 2 Kbytes */
DuyLionTran 32:8226837c56ae 83 #define ADDR_FLASH_PAGE_77 ((uint32_t)0x08026800) /* Base @ of Page 77, 2 Kbytes */
DuyLionTran 32:8226837c56ae 84 #define ADDR_FLASH_PAGE_78 ((uint32_t)0x08027000) /* Base @ of Page 78, 2 Kbytes */
DuyLionTran 32:8226837c56ae 85 #define ADDR_FLASH_PAGE_79 ((uint32_t)0x08027800) /* Base @ of Page 79, 2 Kbytes */
DuyLionTran 32:8226837c56ae 86 #define ADDR_FLASH_PAGE_80 ((uint32_t)0x08028000) /* Base @ of Page 80, 2 Kbytes */
DuyLionTran 32:8226837c56ae 87 #define ADDR_FLASH_PAGE_81 ((uint32_t)0x08028800) /* Base @ of Page 81, 2 Kbytes */
DuyLionTran 32:8226837c56ae 88 #define ADDR_FLASH_PAGE_82 ((uint32_t)0x08029000) /* Base @ of Page 82, 2 Kbytes */
DuyLionTran 32:8226837c56ae 89 #define ADDR_FLASH_PAGE_83 ((uint32_t)0x08029800) /* Base @ of Page 83, 2 Kbytes */
DuyLionTran 32:8226837c56ae 90 #define ADDR_FLASH_PAGE_84 ((uint32_t)0x0802A000) /* Base @ of Page 84, 2 Kbytes */
DuyLionTran 32:8226837c56ae 91 #define ADDR_FLASH_PAGE_85 ((uint32_t)0x0802A800) /* Base @ of Page 85, 2 Kbytes */
DuyLionTran 32:8226837c56ae 92 #define ADDR_FLASH_PAGE_86 ((uint32_t)0x0802B000) /* Base @ of Page 86, 2 Kbytes */
DuyLionTran 32:8226837c56ae 93 #define ADDR_FLASH_PAGE_87 ((uint32_t)0x0802B800) /* Base @ of Page 87, 2 Kbytes */
DuyLionTran 32:8226837c56ae 94 #define ADDR_FLASH_PAGE_88 ((uint32_t)0x0802C000) /* Base @ of Page 88, 2 Kbytes */
DuyLionTran 32:8226837c56ae 95 #define ADDR_FLASH_PAGE_89 ((uint32_t)0x0802C800) /* Base @ of Page 89, 2 Kbytes */
DuyLionTran 32:8226837c56ae 96 #define ADDR_FLASH_PAGE_90 ((uint32_t)0x0802D000) /* Base @ of Page 90, 2 Kbytes */
DuyLionTran 32:8226837c56ae 97 #define ADDR_FLASH_PAGE_91 ((uint32_t)0x0802D800) /* Base @ of Page 91, 2 Kbytes */
DuyLionTran 32:8226837c56ae 98 #define ADDR_FLASH_PAGE_92 ((uint32_t)0x0802E000) /* Base @ of Page 92, 2 Kbytes */
DuyLionTran 32:8226837c56ae 99 #define ADDR_FLASH_PAGE_93 ((uint32_t)0x0802E800) /* Base @ of Page 93, 2 Kbytes */
DuyLionTran 32:8226837c56ae 100 #define ADDR_FLASH_PAGE_94 ((uint32_t)0x0802F000) /* Base @ of Page 94, 2 Kbytes */
DuyLionTran 32:8226837c56ae 101 #define ADDR_FLASH_PAGE_95 ((uint32_t)0x0802F800) /* Base @ of Page 95, 2 Kbytes */
DuyLionTran 32:8226837c56ae 102 #define ADDR_FLASH_PAGE_96 ((uint32_t)0x08030000) /* Base @ of Page 96, 2 Kbytes */
DuyLionTran 32:8226837c56ae 103 #define ADDR_FLASH_PAGE_97 ((uint32_t)0x08030800) /* Base @ of Page 97, 2 Kbytes */
DuyLionTran 32:8226837c56ae 104 #define ADDR_FLASH_PAGE_98 ((uint32_t)0x08031000) /* Base @ of Page 98, 2 Kbytes */
DuyLionTran 32:8226837c56ae 105 #define ADDR_FLASH_PAGE_99 ((uint32_t)0x08031800) /* Base @ of Page 99, 2 Kbytes */
DuyLionTran 32:8226837c56ae 106 #define ADDR_FLASH_PAGE_100 ((uint32_t)0x08032000) /* Base @ of Page 100, 2 Kbytes */
DuyLionTran 32:8226837c56ae 107 #define ADDR_FLASH_PAGE_101 ((uint32_t)0x08032800) /* Base @ of Page 101, 2 Kbytes */
DuyLionTran 32:8226837c56ae 108 #define ADDR_FLASH_PAGE_102 ((uint32_t)0x08033000) /* Base @ of Page 102, 2 Kbytes */
DuyLionTran 32:8226837c56ae 109 #define ADDR_FLASH_PAGE_103 ((uint32_t)0x08033800) /* Base @ of Page 103, 2 Kbytes */
DuyLionTran 32:8226837c56ae 110 #define ADDR_FLASH_PAGE_104 ((uint32_t)0x08034000) /* Base @ of Page 104, 2 Kbytes */
DuyLionTran 32:8226837c56ae 111 #define ADDR_FLASH_PAGE_105 ((uint32_t)0x08034800) /* Base @ of Page 105, 2 Kbytes */
DuyLionTran 32:8226837c56ae 112 #define ADDR_FLASH_PAGE_106 ((uint32_t)0x08035000) /* Base @ of Page 106, 2 Kbytes */
DuyLionTran 32:8226837c56ae 113 #define ADDR_FLASH_PAGE_107 ((uint32_t)0x08035800) /* Base @ of Page 107, 2 Kbytes */
DuyLionTran 32:8226837c56ae 114 #define ADDR_FLASH_PAGE_108 ((uint32_t)0x08036000) /* Base @ of Page 108, 2 Kbytes */
DuyLionTran 32:8226837c56ae 115 #define ADDR_FLASH_PAGE_109 ((uint32_t)0x08036800) /* Base @ of Page 109, 2 Kbytes */
DuyLionTran 32:8226837c56ae 116 #define ADDR_FLASH_PAGE_110 ((uint32_t)0x08037000) /* Base @ of Page 110, 2 Kbytes */
DuyLionTran 32:8226837c56ae 117 #define ADDR_FLASH_PAGE_111 ((uint32_t)0x08037800) /* Base @ of Page 111, 2 Kbytes */
DuyLionTran 32:8226837c56ae 118 #define ADDR_FLASH_PAGE_112 ((uint32_t)0x08038000) /* Base @ of Page 112, 2 Kbytes */
DuyLionTran 32:8226837c56ae 119 #define ADDR_FLASH_PAGE_113 ((uint32_t)0x08038800) /* Base @ of Page 113, 2 Kbytes */
DuyLionTran 32:8226837c56ae 120 #define ADDR_FLASH_PAGE_114 ((uint32_t)0x08039000) /* Base @ of Page 114, 2 Kbytes */
DuyLionTran 32:8226837c56ae 121 #define ADDR_FLASH_PAGE_115 ((uint32_t)0x08039800) /* Base @ of Page 115, 2 Kbytes */
DuyLionTran 32:8226837c56ae 122 #define ADDR_FLASH_PAGE_116 ((uint32_t)0x0803A000) /* Base @ of Page 116, 2 Kbytes */
DuyLionTran 32:8226837c56ae 123 #define ADDR_FLASH_PAGE_117 ((uint32_t)0x0803A800) /* Base @ of Page 117, 2 Kbytes */
DuyLionTran 32:8226837c56ae 124 #define ADDR_FLASH_PAGE_118 ((uint32_t)0x0803B000) /* Base @ of Page 118, 2 Kbytes */
DuyLionTran 32:8226837c56ae 125 #define ADDR_FLASH_PAGE_119 ((uint32_t)0x0803B800) /* Base @ of Page 119, 2 Kbytes */
DuyLionTran 32:8226837c56ae 126 #define ADDR_FLASH_PAGE_120 ((uint32_t)0x0803C000) /* Base @ of Page 120, 2 Kbytes */
DuyLionTran 32:8226837c56ae 127 #define ADDR_FLASH_PAGE_121 ((uint32_t)0x0803C800) /* Base @ of Page 121, 2 Kbytes */
DuyLionTran 32:8226837c56ae 128 #define ADDR_FLASH_PAGE_122 ((uint32_t)0x0803D000) /* Base @ of Page 122, 2 Kbytes */
DuyLionTran 32:8226837c56ae 129 #define ADDR_FLASH_PAGE_123 ((uint32_t)0x0803D800) /* Base @ of Page 123, 2 Kbytes */
DuyLionTran 32:8226837c56ae 130 #define ADDR_FLASH_PAGE_124 ((uint32_t)0x0803E000) /* Base @ of Page 124, 2 Kbytes */
DuyLionTran 32:8226837c56ae 131 #define ADDR_FLASH_PAGE_125 ((uint32_t)0x0803E800) /* Base @ of Page 125, 2 Kbytes */
DuyLionTran 32:8226837c56ae 132 #define ADDR_FLASH_PAGE_126 ((uint32_t)0x0803F000) /* Base @ of Page 126, 2 Kbytes */
DuyLionTran 32:8226837c56ae 133 #define ADDR_FLASH_PAGE_127 ((uint32_t)0x0803F800) /* Base @ of Page 127, 2 Kbytes */
DuyLionTran 32:8226837c56ae 134
DuyLionTran 32:8226837c56ae 135 #define STEP_ADDRESS 0x00000008
DuyLionTran 33:5b90257d2d57 136 #define RELAY_BASE_ADDRESS ADDR_FLASH_PAGE_102 /* USER DEFINE */
DuyLionTran 33:5b90257d2d57 137 #define TIME_BASE_ADDRESS ADDR_FLASH_PAGE_103 /* USER DEFINE */
DuyLionTran 33:5b90257d2d57 138 #define CONF_BASE_ADDRESS ADDR_FLASH_PAGE_104 /* USER DEFINE */
DuyLionTran 38:64e3e9acb49c 139 #define CALIB_BASE_ADDRESS ADDR_FLASH_PAGE_105 /* USER DEFINE */
DuyLionTran 50:5a19fc4b41d9 140 #define ALRM_BASE_ADDRESS ADDR_FLASH_PAGE_106 /* USER DEFINE */
DuyLionTran 32:8226837c56ae 141
DuyLionTran 33:5b90257d2d57 142 #define RELAY1_ADDRESS (RELAY_BASE_ADDRESS + STEP_ADDRESS)
DuyLionTran 33:5b90257d2d57 143 #define RELAY2_ADDRESS (RELAY1_ADDRESS + STEP_ADDRESS)
DuyLionTran 34:601effb7b7fe 144 #define RELAY3_ADDRESS (RELAY2_ADDRESS + STEP_ADDRESS)
DuyLionTran 33:5b90257d2d57 145
DuyLionTran 45:92da959d624b 146 #define MODE_ADDRESS (CONF_BASE_ADDRESS + STEP_ADDRESS)
DuyLionTran 45:92da959d624b 147 #define OXY_THRES_ADDRESS (MODE_ADDRESS + STEP_ADDRESS)
DuyLionTran 45:92da959d624b 148 #define TEMP_THRES_ADDRESS (OXY_THRES_ADDRESS + STEP_ADDRESS)
DuyLionTran 45:92da959d624b 149 #define UPLOAD_PERIOD_ADDRESS (TEMP_THRES_ADDRESS + STEP_ADDRESS)
DuyLionTran 32:8226837c56ae 150
DuyLionTran 38:64e3e9acb49c 151 #define SAT_DO_VOLT_ADDRESS (CALIB_BASE_ADDRESS + STEP_ADDRESS)
DuyLionTran 38:64e3e9acb49c 152
DuyLionTran 50:5a19fc4b41d9 153 #define ALARM_TIME_ADDRESS (ALRM_BASE_ADDRESS + STEP_ADDRESS)
DuyLionTran 50:5a19fc4b41d9 154 #define SET_RELAY_1_ADDRESS (ALARM_TIME_ADDRESS + STEP_ADDRESS)
DuyLionTran 50:5a19fc4b41d9 155 #define SET_RELAY_2_ADDRESS (SET_RELAY_1_ADDRESS + STEP_ADDRESS)
DuyLionTran 38:64e3e9acb49c 156
DuyLionTran 32:8226837c56ae 157 typedef enum {
DuyLionTran 32:8226837c56ae 158 FAILED = 1,
DuyLionTran 32:8226837c56ae 159 PASSED = 0
DuyLionTran 32:8226837c56ae 160 } FlashReturnStatus;
DuyLionTran 32:8226837c56ae 161
DuyLionTran 32:8226837c56ae 162
DuyLionTran 32:8226837c56ae 163 /**
DuyLionTran 41:6aed398adcc4 164 * @brief Gets the page of a given address
DuyLionTran 41:6aed398adcc4 165 * @param Addr: Address of the FLASH Memory
DuyLionTran 41:6aed398adcc4 166 * @retval The page of a given address
DuyLionTran 41:6aed398adcc4 167 */
DuyLionTran 32:8226837c56ae 168 uint32_t FP_GetPage(uint32_t Addr);
DuyLionTran 32:8226837c56ae 169
DuyLionTran 32:8226837c56ae 170 /**
DuyLionTran 41:6aed398adcc4 171 * @brief Read the value stored in a specific address
DuyLionTran 41:6aed398adcc4 172 * @param Addr: Address of the FLASH Memory
DuyLionTran 41:6aed398adcc4 173 * @retval The result read from the memory
DuyLionTran 41:6aed398adcc4 174 */
DuyLionTran 32:8226837c56ae 175 uint32_t FP_ReadValue(uint32_t Addr);
DuyLionTran 32:8226837c56ae 176
DuyLionTran 32:8226837c56ae 177 /**
DuyLionTran 41:6aed398adcc4 178 * @brief Write the states of relays into the flash memory
DuyLionTran 41:6aed398adcc4 179 * @param RelayState1: Relay 1 state
DuyLionTran 41:6aed398adcc4 180 * @param RelayState2: Relay 2 state
DuyLionTran 41:6aed398adcc4 181 * @param RelayState3: Relay 3 state
DuyLionTran 41:6aed398adcc4 182 * @retval FLASH result
DuyLionTran 41:6aed398adcc4 183 */
DuyLionTran 34:601effb7b7fe 184 int FP_WriteRelayStates(uint8_t RelayState1, uint8_t RelayState2, uint8_t RelayState3);
DuyLionTran 32:8226837c56ae 185
DuyLionTran 32:8226837c56ae 186 /**
DuyLionTran 41:6aed398adcc4 187 * @brief Write the time to activate an event into the flash memory
DuyLionTran 41:6aed398adcc4 188 * @param WriteTimeValue: Current working mode of the device
DuyLionTran 41:6aed398adcc4 189 * @retval FLASH result
DuyLionTran 41:6aed398adcc4 190 */
DuyLionTran 32:8226837c56ae 191 int FP_WriteTime(uint32_t WriteTimeValue);
DuyLionTran 32:8226837c56ae 192
DuyLionTran 32:8226837c56ae 193 /**
DuyLionTran 41:6aed398adcc4 194 * @brief Write the value to control the switches into the flash memory
DuyLionTran 41:6aed398adcc4 195 * @param Mode: Current working mode of the device
DuyLionTran 43:dcde0e66874a 196 * @param OxyThres: Current working mode of the device
DuyLionTran 43:dcde0e66874a 197 * @param TempThres: Current working mode of the device
DuyLionTran 41:6aed398adcc4 198 * @param UploadPeriod: Current working mode of the device
DuyLionTran 41:6aed398adcc4 199 * @retval FLASH result
DuyLionTran 41:6aed398adcc4 200 */
DuyLionTran 43:dcde0e66874a 201 int FP_WriteConfigValues(uint8_t Mode ,uint8_t OxyThres, uint8_t TempThres, uint32_t UploadPeriod);
DuyLionTran 32:8226837c56ae 202
DuyLionTran 38:64e3e9acb49c 203 /**
DuyLionTran 41:6aed398adcc4 204 * @brief Write the calibration value to the flash memory
DuyLionTran 41:6aed398adcc4 205 * @param SaturationDoVoltagex10:
DuyLionTran 41:6aed398adcc4 206 * @retval FLASH result
DuyLionTran 41:6aed398adcc4 207 */
DuyLionTran 38:64e3e9acb49c 208 int FP_WriteConfigValues(uint32_t SaturationDoVoltage);
DuyLionTran 38:64e3e9acb49c 209
DuyLionTran 50:5a19fc4b41d9 210 int FP_SetAlarmValues(uint32_t WriteTimeValue, uint8_t SetRelayState1, uint8_t SetRelayState2);
DuyLionTran 28:82f5420bf388 211 #endif /* __FLASH_PROGRAMMING_H__ */