Rev 1969 | Rev 2055 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1612 | dongfang | 1 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
2 | // + Copyright (c) 04.2007 Holger Buss |
||
1623 | - | 3 | // + Nur für den privaten Gebrauch |
1612 | dongfang | 4 | // + www.MikroKopter.com |
5 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
1623 | - | 6 | // + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation), |
1968 | - | 7 | // + dass eine Nutzung (auch auszugsweise) nur für den privaten und nicht-kommerziellen Gebrauch zulässig ist. |
1612 | dongfang | 8 | // + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt |
9 | // + bzgl. der Nutzungsbedingungen aufzunehmen. |
||
1623 | - | 10 | // + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen, |
1612 | dongfang | 11 | // + Verkauf von Luftbildaufnahmen, usw. |
12 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
1623 | - | 13 | // + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht, |
14 | // + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen |
||
1612 | dongfang | 15 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
16 | // + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts |
||
1623 | - | 17 | // + auf anderen Webseiten oder Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de" |
18 | // + eindeutig als Ursprung verlinkt und genannt werden |
||
1612 | dongfang | 19 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1623 | - | 20 | // + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion |
1612 | dongfang | 21 | // + Benutzung auf eigene Gefahr |
1623 | - | 22 | // + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden |
1612 | dongfang | 23 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
24 | // + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur |
||
1623 | - | 25 | // + mit unserer Zustimmung zulässig |
1612 | dongfang | 26 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
27 | // + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen |
||
28 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
29 | // + Redistributions of source code (with or without modifications) must retain the above copyright notice, |
||
30 | // + this list of conditions and the following disclaimer. |
||
31 | // + * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived |
||
32 | // + from this software without specific prior written permission. |
||
33 | // + * The use of this project (hardware, software, binary files, sources and documentation) is only permittet |
||
34 | // + for non-commercial use (directly or indirectly) |
||
1868 | - | 35 | // + Commercial use (for example: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted |
1612 | dongfang | 36 | // + with our written permission |
37 | // + * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be |
||
38 | // + clearly linked as origin |
||
39 | // + * porting to systems other than hardware from www.mikrokopter.de is not allowed |
||
40 | // + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
||
41 | // + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||
42 | // + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||
43 | // + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
||
44 | // + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
||
45 | // + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
||
46 | // + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
||
1623 | - | 47 | // + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
48 | // + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
||
1612 | dongfang | 49 | // + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
50 | // + POSSIBILITY OF SUCH DAMAGE. |
||
51 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
1623 | - | 52 | |
1612 | dongfang | 53 | #ifndef EEMEM |
54 | #define EEMEM __attribute__ ((section (".eeprom"))) |
||
55 | #endif |
||
56 | |||
57 | #include "eeprom.h" |
||
58 | #include "printf_P.h" |
||
59 | #include "output.h" |
||
1960 | - | 60 | #include <avr/eeprom.h> |
1612 | dongfang | 61 | |
62 | // byte array in eeprom |
||
1821 | - | 63 | uint8_t EEPromArray[E2END + 1] EEMEM; |
1612 | dongfang | 64 | |
65 | /***************************************************/ |
||
1960 | - | 66 | /* Read Parameter from EEPROM as byte */ |
1612 | dongfang | 67 | /***************************************************/ |
1960 | - | 68 | uint8_t getParamByte(uint16_t param_id) { |
69 | return eeprom_read_byte(&EEPromArray[EEPROM_ADR_PARAM_BEGIN + param_id]); |
||
1612 | dongfang | 70 | } |
71 | |||
72 | /***************************************************/ |
||
1960 | - | 73 | /* Write Parameter to EEPROM as byte */ |
1612 | dongfang | 74 | /***************************************************/ |
1960 | - | 75 | void setParamByte(uint16_t param_id, uint8_t value) { |
76 | eeprom_write_byte(&EEPromArray[EEPROM_ADR_PARAM_BEGIN + param_id], value); |
||
1612 | dongfang | 77 | } |
78 | |||
79 | /***************************************************/ |
||
1960 | - | 80 | /* Read Parameter from EEPROM as word */ |
1612 | dongfang | 81 | /***************************************************/ |
1967 | - | 82 | /* |
1960 | - | 83 | uint16_t getParamWord(uint16_t param_id) { |
84 | return eeprom_read_word((uint16_t *) &EEPromArray[EEPROM_ADR_PARAM_BEGIN |
||
85 | + param_id]); |
||
1612 | dongfang | 86 | } |
1967 | - | 87 | */ |
1612 | dongfang | 88 | |
89 | /***************************************************/ |
||
1960 | - | 90 | /* Write Parameter to EEPROM as word */ |
1612 | dongfang | 91 | /***************************************************/ |
1967 | - | 92 | /* |
1960 | - | 93 | void setParamWord(uint16_t param_id, uint16_t value) { |
94 | eeprom_write_word((uint16_t *) &EEPromArray[EEPROM_ADR_PARAM_BEGIN + param_id], value); |
||
1612 | dongfang | 95 | } |
1967 | - | 96 | */ |
1612 | dongfang | 97 | |
1968 | - | 98 | uint16_t CRC16(uint8_t* data, uint16_t length) { |
99 | uint16_t crc = 0; |
||
1960 | - | 100 | for (uint16_t i=0; i<length; i++) { |
1968 | - | 101 | crc = (uint8_t)(crc >> 8) | (crc << 8); |
102 | crc ^= data[i]; |
||
103 | crc ^= (uint8_t)(crc & 0xff) >> 4; |
||
104 | crc ^= (crc << 8) << 4; |
||
105 | crc ^= ((crc & 0xff) << 4) << 1; |
||
1960 | - | 106 | } |
1968 | - | 107 | return crc; |
1612 | dongfang | 108 | } |
109 | |||
1964 | - | 110 | // offset is where the checksum is stored, offset+1 is the revision number, and offset+2... are the data. |
111 | // length is the length of the pure data not including checksum and revision number. |
||
112 | void writeChecksummedBlock(uint8_t revisionNumber, uint8_t* data, uint16_t offset, uint16_t length) { |
||
1968 | - | 113 | uint16_t CRC = CRC16(data, length); |
1969 | - | 114 | eeprom_write_byte(&EEPromArray[offset], CRC&0xff); |
115 | eeprom_write_byte(&EEPromArray[offset+1], CRC>>8); |
||
1968 | - | 116 | eeprom_write_byte(&EEPromArray[offset+2], revisionNumber); |
117 | eeprom_write_block(data, &EEPromArray[offset+3], length); |
||
1612 | dongfang | 118 | } |
119 | |||
1964 | - | 120 | // offset is where the checksum is stored, offset+1 is the revision number, and offset+2... are the data. |
121 | // length is the length of the pure data not including checksum and revision number. |
||
122 | uint8_t readChecksummedBlock(uint8_t revisionNumber, uint8_t* target, uint16_t offset, uint16_t length) { |
||
1969 | - | 123 | uint16_t CRCRead = eeprom_read_byte(&EEPromArray[offset]) | (eeprom_read_byte(&EEPromArray[offset+1])<<8); |
1968 | - | 124 | uint8_t revisionNumberRead = eeprom_read_byte(&EEPromArray[offset+2]); |
125 | eeprom_read_block(target, &EEPromArray[offset+3], length); |
||
1969 | - | 126 | uint16_t CRCCalculated = CRC16(target, length); |
1964 | - | 127 | |
1968 | - | 128 | uint8_t CRCError = (CRCRead != CRCCalculated); |
1964 | - | 129 | uint8_t revisionMismatch = (revisionNumber != revisionNumberRead); |
130 | |||
1968 | - | 131 | if (CRCError && revisionMismatch) printf("\n\rEEPROM CRC error and revision mismatch; "); |
132 | else if (CRCError) printf("\n\rEEPROM CRC error; "); |
||
133 | else if (revisionMismatch) printf("\n\rEEPROM revision mismatch; "); |
||
1969 | - | 134 | return (CRCError || revisionMismatch); |
1612 | dongfang | 135 | } |
136 | |||
137 | /***************************************************/ |
||
138 | /* Read Parameter Set from EEPROM */ |
||
139 | /***************************************************/ |
||
1963 | - | 140 | // setnumber [1..5] |
1960 | - | 141 | uint8_t paramSet_readFromEEProm(uint8_t setnumber) { |
2039 | - | 142 | uint16_t offset = EEPROM_ADR_PARAMSET_BEGIN + (setnumber-1)*(sizeof(ParamSet_t)+EEPROM_CHECKSUMMED_BLOCK_OVERHEAD); |
143 | // output_init(); // what's that doing here?? |
||
144 | return readChecksummedBlock(EEPARAM_REVISION, (uint8_t*)&staticParams, offset, sizeof(ParamSet_t)); |
||
1612 | dongfang | 145 | } |
146 | |||
147 | /***************************************************/ |
||
148 | /* Write Parameter Set to EEPROM */ |
||
149 | /***************************************************/ |
||
1960 | - | 150 | void paramSet_writeToEEProm(uint8_t setnumber) { |
2039 | - | 151 | uint16_t offset = EEPROM_ADR_PARAMSET_BEGIN + (setnumber-1)*(sizeof(ParamSet_t)+EEPROM_CHECKSUMMED_BLOCK_OVERHEAD); |
152 | writeChecksummedBlock(EEPARAM_REVISION, (uint8_t*)&staticParams, offset, sizeof(ParamSet_t)); |
||
1960 | - | 153 | // set this parameter set to active set |
154 | setActiveParamSet(setnumber); |
||
2039 | - | 155 | // output_init(); // what's that doing here?? |
1612 | dongfang | 156 | } |
157 | |||
1960 | - | 158 | void paramSet_readOrDefault() { |
159 | uint8_t setnumber = getActiveParamSet(); |
||
160 | // parameter version check |
||
161 | if (setnumber<1 ||setnumber>5 || paramSet_readFromEEProm(setnumber)) { |
||
162 | // if version check faild |
||
1969 | - | 163 | printf("\n\rwriting default parameter sets"); |
1964 | - | 164 | for (uint8_t i=5; i>0; i--) { |
165 | paramSet_default(i); |
||
1960 | - | 166 | paramSet_writeToEEProm(i); |
167 | } |
||
168 | // default-Setting is parameter set 3 |
||
169 | setActiveParamSet(1); |
||
170 | } |
||
171 | |||
1964 | - | 172 | printf("\n\r\rUsing Parameter Set %d", getActiveParamSet()); |
1612 | dongfang | 173 | } |
174 | |||
175 | /***************************************************/ |
||
1960 | - | 176 | /* MixerTable */ |
1612 | dongfang | 177 | /***************************************************/ |
1960 | - | 178 | void mixerMatrix_writeToEEProm(void) { |
179 | writeChecksummedBlock(EEMIXER_REVISION, (uint8_t*)&mixerMatrix, EEPROM_ADR_MIXER_TABLE, sizeof(mixerMatrix_t)); |
||
1612 | dongfang | 180 | } |
181 | |||
1960 | - | 182 | void mixerMatrix_readOrDefault(void) { |
183 | // load mixer table |
||
1969 | - | 184 | if (readChecksummedBlock(EEMIXER_REVISION, (uint8_t*)&mixerMatrix, EEPROM_ADR_MIXER_TABLE, sizeof(mixerMatrix_t))) { |
1964 | - | 185 | printf("writing default mixerMatrix"); |
1960 | - | 186 | mixerMatrix_default(); // Quadro |
187 | mixerMatrix_writeToEEProm(); |
||
188 | } |
||
189 | // determine motornumber |
||
190 | requiredMotors = 0; |
||
191 | for (uint8_t i=0; i<MAX_MOTORS; i++) { |
||
192 | if (mixerMatrix.motor[i][MIX_THROTTLE]) |
||
193 | requiredMotors++; |
||
194 | } |
||
195 | |||
1969 | - | 196 | printf("\n\rMixer-Config: '%s' (%u Motors)",mixerMatrix.name, requiredMotors); |
197 | printf("\n\r==================================="); |
||
1960 | - | 198 | } |
199 | |||
1612 | dongfang | 200 | /***************************************************/ |
1960 | - | 201 | /* ChannelMap */ |
1612 | dongfang | 202 | /***************************************************/ |
1960 | - | 203 | void channelMap_writeToEEProm(void) { |
204 | writeChecksummedBlock(CHANNELMAP_REVISION, (uint8_t*)&channelMap, EEPROM_ADR_CHANNELMAP, sizeof(channelMap_t)); |
||
205 | } |
||
206 | |||
207 | void channelMap_readOrDefault(void) { |
||
1969 | - | 208 | if (readChecksummedBlock(CHANNELMAP_REVISION, (uint8_t*)&channelMap, EEPROM_ADR_CHANNELMAP, sizeof(channelMap_t))) { |
1964 | - | 209 | printf("writing default channel map"); |
1960 | - | 210 | channelMap_default(); |
211 | channelMap_writeToEEProm(); |
||
212 | } |
||
213 | } |
||
214 | |||
1961 | - | 215 | /***************************************************/ |
216 | /* Sensor offsets */ |
||
217 | /***************************************************/ |
||
1967 | - | 218 | uint8_t gyroAmplifierOffset_readFromEEProm(void) { |
219 | return readChecksummedBlock(SENSOROFFSET_REVISION, (uint8_t*)&gyroAmplifierOffset, EEPROM_ADR_GYROAMPLIFIER, sizeof(sensorOffset_t)); |
||
220 | } |
||
221 | |||
222 | void gyroAmplifierOffset_writeToEEProm(void) { |
||
223 | return writeChecksummedBlock(SENSOROFFSET_REVISION, (uint8_t*)&gyroAmplifierOffset, EEPROM_ADR_GYROAMPLIFIER, sizeof(sensorOffset_t)); |
||
224 | } |
||
225 | |||
1961 | - | 226 | uint8_t gyroOffset_readFromEEProm(void) { |
1967 | - | 227 | return readChecksummedBlock(SENSOROFFSET_REVISION, (uint8_t*)&gyroOffset, EEPROM_ADR_GYROOFFSET, sizeof(sensorOffset_t)); |
1961 | - | 228 | } |
229 | |||
230 | void gyroOffset_writeToEEProm(void) { |
||
231 | writeChecksummedBlock(SENSOROFFSET_REVISION, (uint8_t*)&gyroOffset, EEPROM_ADR_GYROOFFSET, sizeof(sensorOffset_t)); |
||
232 | } |
||
233 | |||
1960 | - | 234 | uint8_t accOffset_readFromEEProm(void) { |
235 | return readChecksummedBlock(SENSOROFFSET_REVISION, (uint8_t*)&accOffset, EEPROM_ADR_ACCOFFSET, sizeof(sensorOffset_t)); |
||
236 | } |
||
237 | |||
238 | void accOffset_writeToEEProm(void) { |
||
239 | writeChecksummedBlock(SENSOROFFSET_REVISION, (uint8_t*)&accOffset, EEPROM_ADR_ACCOFFSET, sizeof(sensorOffset_t)); |
||
240 | } |
||
241 | |||
1612 | dongfang | 242 | /***************************************************/ |
1960 | - | 243 | /* Get active parameter set */ |
1612 | dongfang | 244 | /***************************************************/ |
1960 | - | 245 | uint8_t getActiveParamSet(void) { |
246 | uint8_t setnumber; |
||
247 | setnumber = eeprom_read_byte(&EEPromArray[PID_ACTIVE_SET]); |
||
248 | if (setnumber > 4) { |
||
249 | setActiveParamSet(setnumber = 0); |
||
250 | } |
||
251 | return setnumber; |
||
1612 | dongfang | 252 | } |
253 | |||
254 | /***************************************************/ |
||
1960 | - | 255 | /* Set active parameter set */ |
1612 | dongfang | 256 | /***************************************************/ |
1960 | - | 257 | void setActiveParamSet(uint8_t setnumber) { |
258 | eeprom_write_byte(&EEPromArray[PID_ACTIVE_SET], setnumber); |
||
259 | } |
||
1821 | - | 260 |