Subversion Repositories NaviCtrl

Rev

Rev 470 | Rev 473 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ingob 1
/*#######################################################################################*/
2
/* !!! THIS IS NOT FREE SOFTWARE !!!                                                     */
3
/*#######################################################################################*/
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// + www.MikroKopter.com
6
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 7
// + Software Nutzungsbedingungen (english version: see below)
8
// + der Fa. HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland - nachfolgend Lizenzgeber genannt -
9
// + Der Lizenzgeber räumt dem Kunden ein nicht-ausschließliches, zeitlich und räumlich* unbeschränktes Recht ein, die im den
10
// + Mikrocontroller verwendete Firmware für die Hardware Flight-Ctrl, Navi-Ctrl, BL-Ctrl, MK3Mag & PC-Programm MikroKopter-Tool 
11
// + - nachfolgend Software genannt - nur für private Zwecke zu nutzen.
12
// + Der Einsatz dieser Software ist nur auf oder mit Produkten des Lizenzgebers zulässig.
1 ingob 13
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 14
// + Die vom Lizenzgeber gelieferte Software ist urheberrechtlich geschützt. Alle Rechte an der Software sowie an sonstigen im
15
// + Rahmen der Vertragsanbahnung und Vertragsdurchführung überlassenen Unterlagen stehen im Verhältnis der Vertragspartner ausschließlich dem Lizenzgeber zu.
16
// + Die in der Software enthaltenen Copyright-Vermerke, Markenzeichen, andere Rechtsvorbehalte, Seriennummern sowie
17
// + sonstige der Programmidentifikation dienenden Merkmale dürfen vom Kunden nicht verändert oder unkenntlich gemacht werden.
18
// + Der Kunde trifft angemessene Vorkehrungen für den sicheren Einsatz der Software. Er wird die Software gründlich auf deren
19
// + Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
20
// + Die Haftung des Lizenzgebers wird - soweit gesetzlich zulässig - begrenzt in Höhe des typischen und vorhersehbaren
21
// + Schadens. Die gesetzliche Haftung bei Personenschäden und nach dem Produkthaftungsgesetz bleibt unberührt. Dem Lizenzgeber steht jedoch der Einwand 
22
// + des Mitverschuldens offen.
23
// + Der Kunde trifft angemessene Vorkehrungen für den Fall, dass die Software ganz oder teilweise nicht ordnungsgemäß arbeitet.
24
// + Er wird die Software gründlich auf deren Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
25
// + Der Kunde wird er seine Daten vor Einsatz der Software nach dem Stand der Technik sichern.
26
// + Der Kunde ist darüber unterrichtet, dass der Lizenzgeber seine Daten im zur Vertragsdurchführung erforderlichen Umfang
27
// + und auf Grundlage der Datenschutzvorschriften erhebt, speichert, verarbeitet und, sofern notwendig, an Dritte übermittelt.
28
// + *) Die räumliche Nutzung bezieht sich nur auf den Einsatzort, nicht auf die Reichweite der programmierten Software.
29
// + #### ENDE DER NUTZUNGSBEDINGUNGEN ####'
30
// +  Hinweis: Informationen über erweiterte Nutzungsrechte (wie z.B. Nutzung für nicht-private Zwecke) sind auf Anfrage per Email an info(@)hisystems.de verfügbar.
1 ingob 31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 32
// + Software LICENSING TERMS
1 ingob 33
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 34
// + of HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland, Germany - the Licensor -
35
// + The Licensor grants the customer a non-exclusive license to use the microcontroller firmware of the Flight-Ctrl, Navi-Ctrl, BL-Ctrl, and MK3Mag hardware 
36
// + (the Software) exclusively for private purposes. The License is unrestricted with respect to time and territory*.
37
// + The Software may only be used with the Licensor's products.
38
// + The Software provided by the Licensor is protected by copyright. With respect to the relationship between the parties to this
39
// + agreement, all rights pertaining to the Software and other documents provided during the preparation and execution of this
40
// + agreement shall be the property of the Licensor.
41
// + The information contained in the Software copyright notices, trademarks, other legal reservations, serial numbers and other
42
// + features that can be used to identify the program may not be altered or defaced by the customer.
43
// + The customer shall be responsible for taking reasonable precautions
44
// + for the safe use of the Software. The customer shall test the Software thoroughly regarding its suitability for the
45
// + intended purpose before implementing it for actual operation. The Licensor's liability shall be limited to the extent of typical and
46
// + foreseeable damage to the extent permitted by law, notwithstanding statutory liability for bodily injury and product
47
// + liability. However, the Licensor shall be entitled to the defense of contributory negligence.
48
// + The customer will take adequate precautions in the case, that the software is not working properly. The customer will test
49
// + the software for his purpose before any operational usage. The customer will backup his data before using the software.
50
// + The customer understands that the Licensor collects, stores and processes, and, where required, forwards, customer data
51
// + to third parties to the extent necessary for executing the agreement, subject to applicable data protection and privacy regulations.
52
// + *) The territory aspect only refers to the place where the Software is used, not its programmed range.
53
// + #### END OF LICENSING TERMS ####
54
// + Note: For information on license extensions (e.g. commercial use), please contact us at info(@)hisystems.de.
1 ingob 55
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
41 ingob 56
//#define MCLK96MHZ
1 ingob 57
const unsigned long _Main_Crystal = 25000;
41 ingob 58
#include <stdio.h>
59
#include "91x_lib.h"
60
#include "led.h"
61
#include "uart0.h"
62
#include "uart1.h"
63
#include "uart2.h"
215 killagreg 64
#include "gps.h"
470 killagreg 65
#include "i2c0.h"
66
#include "i2c1.h"       
242 killagreg 67
#include "compass.h"
426 holgerb 68
#include "ncmag.h"
119 killagreg 69
#include "timer1.h"
70
#include "timer2.h"
134 killagreg 71
#include "analog.h"
41 ingob 72
#include "spi_slave.h"
73
#include "fat16.h"
74
#include "sdc.h"
82 killagreg 75
#include "logging.h"
156 killagreg 76
#include "params.h"
88 killagreg 77
#include "settings.h"
154 killagreg 78
#include "config.h"
1 ingob 79
#include "main.h"
250 ingob 80
#include "debug.h"
254 killagreg 81
#include "eeprom.h"
350 holgerb 82
#include "ssc.h"
362 holgerb 83
#include "sdc.h"
380 holgerb 84
#include "uart1.h"
254 killagreg 85
 
427 killagreg 86
 
87
 
314 killagreg 88
#ifdef FOLLOW_ME
89
u8 TransmitAlsoToFC = 0;
90
#endif
41 ingob 91
u32 TimerCheckError;
427 killagreg 92
u8 ErrorCode = 0;                        
41 ingob 93
u16 BeepTime;
92 killagreg 94
u8  NCFlags = 0;
153 killagreg 95
s16 GeoMagDec = 0; // local magnetic declination in 0.1 deg
328 holgerb 96
u8 ErrorGpsFixLost = 0;
1 ingob 97
 
255 killagreg 98
u8 ClearFCStatusFlags = 0;
41 ingob 99
u8 StopNavigation = 0;
378 holgerb 100
volatile u32 PollingTimeout = 10000;
41 ingob 101
Param_t Parameter;
78 holgerb 102
volatile FC_t FC;
378 holgerb 103
volatile u32 SPIWatchDog = 15000; // stop Navigation if this goes to zero
400 holgerb 104
volatile u32 SD_WatchDog = 15000; // stop Logging if this goes to zero
457 holgerb 105
u32 CountGpsProcessedIn5Sec = 0,CountNewGpsDataIn5Sec = 0, FreqGpsProcessedIn5Sec = 0, FreqNewGpsDataIn5Sec = 0;
1 ingob 106
 
41 ingob 107
s8 ErrorMSG[25];
108
 
1 ingob 109
//----------------------------------------------------------------------------------------------------
41 ingob 110
void SCU_Config(void)
1 ingob 111
{
41 ingob 112
        /* configure PLL and set it as master clock source */
113
        SCU_MCLKSourceConfig(SCU_MCLK_OSC);             // set master clock source to external oscillator clock (25MHz) before diabling the PLL
114
        SCU_PLLCmd(DISABLE);                                    // now disable the PLL
115
        #ifdef MCLK96MHZ
116
        SCU_BRCLKDivisorConfig(SCU_BRCLK_Div2); // set BRCLK to MCLK/2 = 48MHz
117
        SCU_PCLKDivisorConfig(SCU_PCLK_Div4);   // set PCLK     (APB bus clock) divisor to 4 (half Reference Clock)
118
        SCU_RCLKDivisorConfig(SCU_RCLK_Div2);   // set RCLK     (Reference Clock) divisor to 1 (full PPL clock)
119
        SCU_HCLKDivisorConfig(SCU_HCLK_Div2);   // set HCLK     (AHB bus clock) divisor to 1 (full Reference Clock)
120
        SCU_PLLFactorsConfig(192,25,2);                 // PLL = 96 MHz, Feedback Divider N=192, Pre-Divider M=25, Post-Divider P=2
121
        #else
122
        SCU_BRCLKDivisorConfig(SCU_BRCLK_Div1); // set BRCLK to MCLK = 48MHz
123
        SCU_PCLKDivisorConfig(SCU_PCLK_Div2);   // set PCLK     (APB bus clock) divisor to 2 (half Reference Clock)
124
        SCU_RCLKDivisorConfig(SCU_RCLK_Div1);   // set RCLK     (Reference Clock) divisor to 1 (full PPL clock)
125
        SCU_HCLKDivisorConfig(SCU_HCLK_Div1);   // set HCLK     (AHB bus clock) divisor to 1 (full Reference Clock)
126
        SCU_PLLFactorsConfig(192,25,3);                 // PLL = 48 MHz, Feedback Divider N=192, Pre-Divider M=25, Post-Divider P=3
127
        #endif
128
        SCU_PLLCmd(ENABLE);                                     // Enable PLL (is disabled by SCU_PLLFactorsConfig)
129
        SCU_MCLKSourceConfig(SCU_MCLK_PLL);     // set master clock source to PLL
130
}
1 ingob 131
 
41 ingob 132
//----------------------------------------------------------------------------------------------------
133
void GetNaviCtrlVersion(void)
1 ingob 134
{
41 ingob 135
        u8 msg[25];
270 killagreg 136
 
472 holgerb 137
        sprintf(msg,"\n\r NaviCtrl HW: V%d.%d SW: V%d.%02d%c",  Version_HW/10, Version_HW%10, VERSION_MAJOR,  VERSION_MINOR, 'a'+ VERSION_PATCH);
110 killagreg 138
        UART1_PutString(msg);
1 ingob 139
}
140
 
141
//----------------------------------------------------------------------------------------------------
231 holgerb 142
 
41 ingob 143
void CheckErrors(void)
144
{
329 holgerb 145
    static s32 no_error_delay = 0;
328 holgerb 146
        s32 newErrorCode = 0;
232 killagreg 147
        UART_VersionInfo.HardwareError[0] = 0;
231 holgerb 148
 
472 holgerb 149
        if((I2C_CompassPort == I2C_INTERN_1 && CheckDelay(I2C1_Timeout)) || (I2C_CompassPort == I2C_EXTERN_0 && CheckDelay(I2C0_Timeout)) || (Compass_Heading < 0))
150
 
151
         DebugOut.StatusRed |= AMPEL_COMPASS;
338 holgerb 152
        else DebugOut.StatusRed &= ~AMPEL_COMPASS; // MK3Mag green status
231 holgerb 153
 
338 holgerb 154
        if((FC.Error[1] & FC_ERROR1_I2C) || (FC.Error[1] & FC_ERROR1_BL_MISSING)) DebugOut.StatusRed |= AMPEL_BL;
155
        else DebugOut.StatusRed &= ~AMPEL_BL; // BL-Ctrl green status
232 killagreg 156
 
338 holgerb 157
        if(UART_VersionInfo.HardwareError[0] || UART_VersionInfo.HardwareError[1]) DebugOut.StatusRed |= AMPEL_NC;
158
        else DebugOut.StatusRed &= ~AMPEL_NC;
159
 
397 holgerb 160
    if((FCCalibActive || CompassCalState) && FC_Version.Hardware)
392 holgerb 161
     {
162
                sprintf(ErrorMSG,"Calibrate... ");
163
                newErrorCode = 0;
164
                ErrorCode = 0;
165
                no_error_delay = 1;
166
         }
472 holgerb 167
        else if(CheckDelay(I2C1_Timeout) && (I2C_CompassPort == I2C_INTERN_1))
41 ingob 168
        {
380 holgerb 169
                LED_RED_ON;              
472 holgerb 170
                sprintf(ErrorMSG,"no compass communica");
171
                //Reset I2CBus
172
                I2C1_Deinit();
173
                I2C1_Init();
174
                newErrorCode = 4;
41 ingob 175
                StopNavigation = 1;
472 holgerb 176
                UART_VersionInfo.HardwareError[0] |= NC_ERROR0_COMPASS_RX;
177
                DebugOut.StatusRed |= AMPEL_COMPASS;
41 ingob 178
        }
472 holgerb 179
        else if(CheckDelay(I2C0_Timeout) && (I2C_CompassPort == I2C_EXTERN_0))
41 ingob 180
        {
368 holgerb 181
                LED_RED_ON;              
472 holgerb 182
                sprintf(ErrorMSG,"no ext. compass ");
149 killagreg 183
                //Reset I2CBus
472 holgerb 184
                I2C0_Deinit();
185
                I2C0_Init();
328 holgerb 186
                newErrorCode = 4;
41 ingob 187
                StopNavigation = 1;
256 killagreg 188
                UART_VersionInfo.HardwareError[0] |= NC_ERROR0_COMPASS_RX;
338 holgerb 189
                DebugOut.StatusRed |= AMPEL_COMPASS;
41 ingob 190
        }
472 holgerb 191
        else
192
        if(CheckDelay(SPI0_Timeout))
193
        {
194
                LED_RED_ON;              
195
                sprintf(ErrorMSG,"no FC communication ");
196
                newErrorCode = 3;
197
                StopNavigation = 1;
198
                DebugOut.StatusGreen &= ~AMPEL_FC; // status of FC Present
199
                DebugOut.StatusGreen &= ~AMPEL_BL; // status of BL Present
200
                UART_VersionInfo.HardwareError[0] |= NC_ERROR0_SPI_RX;
201
        }
41 ingob 202
        else if(FC_Version.Compatible != FC_SPI_COMPATIBLE)
203
        {
204
                LED_RED_ON;
318 holgerb 205
#ifndef FOLLOW_ME
41 ingob 206
                sprintf(ErrorMSG,"FC not compatible ");
318 holgerb 207
#else
208
                sprintf(ErrorMSG,"! FollowMe only ! ");
209
#endif
328 holgerb 210
                newErrorCode = 1;
41 ingob 211
                StopNavigation = 1;
256 killagreg 212
                UART_VersionInfo.HardwareError[0] |= NC_ERROR0_FC_INCOMPATIBLE;
338 holgerb 213
                DebugOut.StatusRed |= AMPEL_NC;
41 ingob 214
        }
231 holgerb 215
 
255 killagreg 216
        else if(FC.Error[0] & FC_ERROR0_GYRO_NICK)
231 holgerb 217
        {
218
                LED_RED_ON;
219
                sprintf(ErrorMSG,"ERR: FC Nick Gyro");
328 holgerb 220
                newErrorCode = 10;
232 killagreg 221
        }
255 killagreg 222
        else if(FC.Error[0] & FC_ERROR0_GYRO_ROLL)
231 holgerb 223
        {
224
                LED_RED_ON;
225
                sprintf(ErrorMSG,"ERR: FC Roll Gyro");
328 holgerb 226
                newErrorCode = 11;
232 killagreg 227
        }
255 killagreg 228
        else if(FC.Error[0] & FC_ERROR0_GYRO_YAW)
231 holgerb 229
        {
230
                LED_RED_ON;
231
                sprintf(ErrorMSG,"ERR: FC Yaw Gyro");
328 holgerb 232
                newErrorCode = 12;
232 killagreg 233
        }
255 killagreg 234
        else if(FC.Error[0] & FC_ERROR0_ACC_NICK)
231 holgerb 235
        {
236
                LED_RED_ON;
237
                sprintf(ErrorMSG,"ERR: FC Nick ACC");
328 holgerb 238
                newErrorCode = 13;
232 killagreg 239
        }
255 killagreg 240
        else if(FC.Error[0] & FC_ERROR0_ACC_ROLL)
231 holgerb 241
        {
242
                LED_RED_ON;
243
                sprintf(ErrorMSG,"ERR: FC Roll ACC");
328 holgerb 244
                newErrorCode = 14;
232 killagreg 245
        }
255 killagreg 246
        else if(FC.Error[0] & FC_ERROR0_ACC_TOP)
231 holgerb 247
        {
248
                LED_RED_ON;
327 holgerb 249
                sprintf(ErrorMSG,"ERR:FC Z-ACC");
328 holgerb 250
                newErrorCode = 15;
232 killagreg 251
        }
351 holgerb 252
        else if(NC_To_FC_Flags & NC_TO_FC_FLYING_RANGE)
253
        {
254
                LED_RED_ON;
255
                sprintf(ErrorMSG,"ERR:Flying range!");
256
                newErrorCode = 28;
257
        }
255 killagreg 258
        else if(FC.Error[0] & FC_ERROR0_PRESSURE)
231 holgerb 259
        {
380 holgerb 260
                LED_RED_ON;              
327 holgerb 261
                sprintf(ErrorMSG,"ERR:Pressure sensor");
328 holgerb 262
                newErrorCode = 16;
232 killagreg 263
        }
255 killagreg 264
        else if(FC.Error[1] &  FC_ERROR1_I2C)
231 holgerb 265
        {
266
                LED_RED_ON;
327 holgerb 267
                sprintf(ErrorMSG,"ERR:I2C FC to BL");
328 holgerb 268
                newErrorCode = 17;
232 killagreg 269
        }
255 killagreg 270
        else if(FC.Error[1] &  FC_ERROR1_BL_MISSING)
231 holgerb 271
        {
272
                LED_RED_ON;
273
                sprintf(ErrorMSG,"ERR: Bl Missing");
328 holgerb 274
                newErrorCode = 18;
232 killagreg 275
        }
255 killagreg 276
        else if(FC.Error[1] &  FC_ERROR1_MIXER)
231 holgerb 277
        {
278
                LED_RED_ON;
279
                sprintf(ErrorMSG,"Mixer Error");
328 holgerb 280
                newErrorCode = 19;
232 killagreg 281
        }
350 holgerb 282
        else if(CheckDelay(UBX_Timeout) && Parameter.GlobalConfig & FC_CFG_GPS_AKTIV)
41 ingob 283
        {
284
                LED_RED_ON;
350 holgerb 285
//      if(!(Parameter.GlobalConfig & FC_CFG_GPS_AKTIV)) sprintf(ErrorMSG,"GPS disconnected ");
286
//              else 
380 holgerb 287
                 {                                     
288
                  sprintf(ErrorMSG,"no GPS communication");
320 holgerb 289
                  UART_VersionInfo.HardwareError[0] |= NC_ERROR0_GPS_RX;
454 holgerb 290
                  UART_VersionInfo.Flags &= ~NC_VERSION_FLAG_GPS_PRESENT;
328 holgerb 291
              newErrorCode = 5;
320 holgerb 292
                 }
41 ingob 293
                StopNavigation = 1;
320 holgerb 294
//              UBX_Timeout = SetDelay(500);
41 ingob 295
        }
426 holgerb 296
        else if(Compass_Heading < 0 && NCMAG_Present && !NCMAG_IsCalibrated)
297
        {
298
                LED_RED_ON;
299
                sprintf(ErrorMSG,"compass not calibr.");
300
                newErrorCode = 31;
301
                StopNavigation = 1;
302
                UART_VersionInfo.HardwareError[0] |= NC_ERROR0_COMPASS_VALUE;
303
        }
254 killagreg 304
        else if(Compass_Heading < 0)
41 ingob 305
        {
306
                LED_RED_ON;
307
                sprintf(ErrorMSG,"bad compass value ");
328 holgerb 308
                newErrorCode = 6;
41 ingob 309
                StopNavigation = 1;
256 killagreg 310
                UART_VersionInfo.HardwareError[0] |= NC_ERROR0_COMPASS_VALUE;
41 ingob 311
        }
255 killagreg 312
        else if((FC.Error[1] &  FC_ERROR1_SPI_RX))
199 killagreg 313
        {
314
                LED_RED_ON;
315
                sprintf(ErrorMSG,"FC spi rx error ");
328 holgerb 316
                newErrorCode = 8;
213 killagreg 317
                StopNavigation = 1;
199 killagreg 318
        }
255 killagreg 319
        else if(FC.Error[0] &  FC_ERROR0_CAREFREE)
231 holgerb 320
        {
321
                LED_RED_ON;
322
                sprintf(ErrorMSG,"FC: Carefree Error");
328 holgerb 323
                newErrorCode = 20;
232 killagreg 324
        }
255 killagreg 325
        else if(FC.Error[1] &  FC_ERROR1_PPM)
41 ingob 326
        {
327
                LED_RED_ON;
328
                sprintf(ErrorMSG,"RC Signal lost ");
328 holgerb 329
                newErrorCode = 7;
41 ingob 330
        }
328 holgerb 331
        else if(ErrorGpsFixLost)
332
        {
333
         LED_RED_ON;
334
         sprintf(ErrorMSG,"GPS Fix lost    ");
335
         newErrorCode = 21;
336
        }
330 holgerb 337
        else if(ErrorDisturbedEarthMagnetField)
338
        {
339
         LED_RED_ON;
340
         sprintf(ErrorMSG,"Magnet error    ");
341
         newErrorCode = 22;
338 holgerb 342
         DebugOut.StatusRed |= AMPEL_COMPASS | AMPEL_NC;
343
         UART_VersionInfo.HardwareError[0] |= NC_ERROR0_COMPASS_VALUE;
330 holgerb 344
        }
472 holgerb 345
        else if(((BL_MinOfMaxPWM == 40 && (FC.StatusFlags & FC_STATUS_FLY)) || BL_MinOfMaxPWM == 39) && !ErrorCode)
338 holgerb 346
        {
347
         LED_RED_ON;
348
         sprintf(ErrorMSG,"ERR:Motor restart  ");
349
         newErrorCode = 23;
350
         DebugOut.StatusRed |= AMPEL_BL;
351
        }
472 holgerb 352
        else if(BL_MinOfMaxPWM < 30 && !ErrorCode)
338 holgerb 353
        {
472 holgerb 354
     unsigned int i;
355
         for(i = 0; i < 12; i++) if(Motor[i].MaxPWM == BL_MinOfMaxPWM) break;
356
 
338 holgerb 357
         LED_RED_ON;
472 holgerb 358
         sprintf(ErrorMSG,"ERR:BL%2d Test:%2d ",i+1,BL_MinOfMaxPWM);
359
         newErrorCode = 32;
360
         DebugOut.StatusRed |= AMPEL_BL;
361
        }
362
        else if(BL_MinOfMaxPWM < 248 && (FC.StatusFlags & FC_STATUS_FLY) && !ErrorCode)
363
        {
364
         LED_RED_ON;
338 holgerb 365
         sprintf(ErrorMSG,"ERR:BL Limitation   ");
366
         newErrorCode = 24;
367
         DebugOut.StatusRed |= AMPEL_BL;
368
        }
348 holgerb 369
        else if(NCFlags & NC_FLAG_RANGE_LIMIT && (FC.StatusFlags & FC_STATUS_FLY) && !ErrorCode)
370
        {
371
         LED_RED_ON;
351 holgerb 372
         sprintf(ErrorMSG,"ERR:GPS range  ");
348 holgerb 373
         newErrorCode = 25;
374
         DebugOut.StatusRed |= AMPEL_NC;
375
        }
397 holgerb 376
        else if((!SD_SWITCH || (SDCardInfo.Valid == 0)) && Parameter.GlobalConfig3 & CFG3_NO_SDCARD_NO_START && !(FC.StatusFlags & FC_STATUS_FLY))
350 holgerb 377
        {
378
         LED_RED_ON;
379
         sprintf(ErrorMSG,"ERR:No SD-Card  ");
380
         newErrorCode = 26;
381
         DebugOut.StatusRed |= AMPEL_NC;
382
        }
383 holgerb 383
        else if((SD_LoggingError || (SD_WatchDog < 2000 && SD_WatchDog != 0)) && Parameter.GlobalConfig3 & CFG3_NO_SDCARD_NO_START)
351 holgerb 384
        {
368 holgerb 385
         LED_RED_ON;       
380 holgerb 386
         sprintf(ErrorMSG,"ERR:SD Logging abort");
351 holgerb 387
         newErrorCode = 27;
388
         DebugOut.StatusRed |= AMPEL_NC;
389
         SD_LoggingError = 0;
390
        }
355 holgerb 391
        else if(((AbsoluteFlyingAltitude) && (NaviData.Altimeter / 20 >= AbsoluteFlyingAltitude)) && (FC.StatusFlags & FC_STATUS_FLY))
392
        {
393
         LED_RED_ON;
394
         sprintf(ErrorMSG,"ERR:Max Altitude ");
395
         newErrorCode = 29;
396
         DebugOut.StatusRed |= AMPEL_NC;
397
        }
420 holgerb 398
        else if(Parameter.GlobalConfig3 & CFG3_NO_GPSFIX_NO_START && !(NCFlags & NC_FLAG_GPS_OK) && ((FC.StatusFlags & (FC_STATUS_START | FC_STATUS_MOTOR_RUN)) || (FC.StickGas < -50 && FC.StickYaw < -50)))
398 holgerb 399
        {                                                                                                                                                  
400
         LED_RED_ON;
401
         sprintf(ErrorMSG,"No GPS Fix      ");
402
         newErrorCode = 30;
403
        }
41 ingob 404
        else // no error occured
405
        {
406
                StopNavigation = 0;
407
                LED_RED_OFF;
328 holgerb 408
                if(no_error_delay) { no_error_delay--;  }
409
                else
380 holgerb 410
                 {                                     
411
                  sprintf(ErrorMSG,"No Error            ");
328 holgerb 412
                  ErrorCode = 0;
413
                 }
41 ingob 414
        }
328 holgerb 415
 
416
    if(newErrorCode)
417
         {
339 holgerb 418
          if(FC.StatusFlags & FC_STATUS_MOTOR_RUN) no_error_delay = 8; // delay the errors if the motors are running
328 holgerb 419
          ErrorCode = newErrorCode;
420
         }
421
 FC.Error[0] = 0;
422
 FC.Error[1] = 0;
423
 FC.Error[2] = 0;
424
 FC.Error[3] = 0;
425
 FC.Error[4] = 0;
426
 ErrorGpsFixLost = 0;
41 ingob 427
}
24 StephanB 428
 
378 holgerb 429
 
430
 
431
void Polling(void)
432
{
453 holgerb 433
 static u8 running = 0, oldFcFlags = 0, count5sec;
378 holgerb 434
 if(running) return;
435
 running = 1;
436
                SPI0_UpdateBuffer();    // also calls the GPS-functions
437
                UART0_ProcessRxData();  // GPS process request
438
                UART0_TransmitTxData(); // GPS send answer
380 holgerb 439
                UART1_ProcessRxData();  // PC process request
378 holgerb 440
                UART1_TransmitTxData(); // PC send answer
441
                UART2_TransmitTxData(); // FC send answer
442
                CalcHeadFree();
380 holgerb 443
                // ---------------- Error Check Timing ----------------------------
398 holgerb 444
                if(CheckDelay(TimerCheckError) || (FC.StatusFlags & FC_STATUS_START && !(oldFcFlags & FC_STATUS_START))) // Timer or FY wants to start
380 holgerb 445
                {
453 holgerb 446
                        if(CheckDelay(TimerCheckError))
447
                         {
448
                          TimerCheckError = SetDelay(1000);
449
                          if(++count5sec == 5)
450
                           {
451
                                count5sec = 0;
457 holgerb 452
                                FreqGpsProcessedIn5Sec = CountGpsProcessedIn5Sec * 2;
453
                                FreqNewGpsDataIn5Sec = CountNewGpsDataIn5Sec * 2;
454
                                CountGpsProcessedIn5Sec = 0;
455
                                CountNewGpsDataIn5Sec = 0;  
453 holgerb 456
                           }
457
                         }
398 holgerb 458
                        oldFcFlags = FC.StatusFlags;
380 holgerb 459
                        if(CheckDelay(SPI0_Timeout) && (DebugUART == UART1)) GPS_Navigation(&GPSData, &(ToFlightCtrl.GPSStick)); // process the GPS data even if the FC is not connected
460
 
461
                        if(!CheckDelay(SPI0_Timeout) || (DebugUART == UART1)) CheckErrors();
462
 
463
                        if(FC.StatusFlags & FC_STATUS_FLY) NaviData.FlyingTime++; // we want to count the battery-time
464
                        if(SerialLinkOkay) SerialLinkOkay--;
465
                        if(SerialLinkOkay < 250 - 5) NCFlags |= NC_FLAG_NOSERIALLINK; // 5 seconds timeout for serial communication
466
                        else NCFlags &= ~NC_FLAG_NOSERIALLINK;
467
                        if(StopNavigation && (Parameter.NaviGpsModeControl >=  50) && (Parameter.GlobalConfig & FC_CFG_GPS_AKTIV)) BeepTime = 1000;
468
                }
378 holgerb 469
 running = 0;
470
}
471
 
380 holgerb 472
// the handler will be cyclic called by the timer 1 ISR
473
// used is for critical timing parts that normaly would handled
474
// within the main loop that could block longer at logging activities
154 killagreg 475
void EXTIT3_IRQHandler(void)
476
{
195 killagreg 477
        IENABLE;
154 killagreg 478
        VIC_ITCmd(EXTIT3_ITLine,DISABLE); // disable irq
292 killagreg 479
        Compass_Update();               // update compass communication
154 killagreg 480
        Analog_Update();                // get new ADC values
378 holgerb 481
 
380 holgerb 482
        if(!PollingTimeout)
483
        {
484
                PollingTimeout = 5;
485
                Polling();
486
        }
378 holgerb 487
 
488
        VIC_SWITCmd(EXTIT3_ITLine,DISABLE); // clear pending bit
195 killagreg 489
        VIC_ITCmd(EXTIT3_ITLine, ENABLE); // enable irq
490
        IDISABLE;
378 holgerb 491
        VIC1->VAR = 0xFF; // write any value to VIC0 Vector address register
154 killagreg 492
}
493
 
41 ingob 494
//----------------------------------------------------------------------------------------------------
495
int main(void)
496
{
431 killagreg 497
 
324 killagreg 498
        static u32 ftimer =0;
499
        static u8 fstate = 0;
456 holgerb 500
//      static File_t* f = NULL;
324 killagreg 501
 
431 killagreg 502
 
41 ingob 503
        /* Configure the system clocks */
504
        SCU_Config();
505
        /* init VIC (Vectored Interrupt Controller)     */
506
        SCU_AHBPeriphClockConfig(__VIC,ENABLE); // enable AHB bus clock for VIC
507
        SCU_AHBPeriphReset(__VIC, DISABLE);             // disable reset state for VIC
508
        VIC_DeInit();                                                   // deinitializes the VIC module registers to their default reset values.
196 killagreg 509
        VIC_InitDefaultVectors();
510
 
119 killagreg 511
        // initialize timer 1 for System Clock and delay rountines
41 ingob 512
        TIMER1_Init();
513
        // initialize the LEDs (needs Timer 1)
514
        Led_Init();
515
        // initialize the debug UART1
516
        UART1_Init();
110 killagreg 517
        UART1_PutString("\r\n---------------------------------------------");
120 killagreg 518
        // initialize timer 2 for servo outputs
180 killagreg 519
        //TIMER2_Init();
41 ingob 520
        // initialize UART2 to FLIGHTCTRL
521
        UART2_Init();
522
        // initialize UART0 (to MKGPS or MK3MAG)
523
        UART0_Init();
134 killagreg 524
        // initialize adc
525
        Analog_Init();
41 ingob 526
        // initialize SPI0 to FC
527
        SPI0_Init();
469 killagreg 528
        // initialize i2c busses (needs Timer 1)
465 ingob 529
        I2C0_Init();
41 ingob 530
        I2C1_Init();
465 ingob 531
 
247 killagreg 532
        // initialize fat16 partition on sd card (needs Timer 1)
41 ingob 533
        Fat16_Init();
156 killagreg 534
        // initialize NC params
535
        NCParams_Init();
88 killagreg 536
        // initialize the settings
537
        Settings_Init();
92 killagreg 538
        // initialize logging (needs settings)
82 killagreg 539
        Logging_Init();
1 ingob 540
 
362 holgerb 541
        LED_GRN_ON;
41 ingob 542
        TimerCheckError = SetDelay(3000);
175 holgerb 543
        UART1_PutString("\r\n++++++++++++++++++++++++++++++++++++++++++");
110 killagreg 544
        UART1_PutString("\n\r Version information:");
116 killagreg 545
 
41 ingob 546
        GetNaviCtrlVersion();
338 holgerb 547
        DebugOut.StatusGreen = AMPEL_NC | AMPEL_COMPASS; // NC and MK3Mag
548
        DebugOut.StatusRed = 0x00;
400 holgerb 549
        UART1_PutString("\r\n++++++++++++++++++++++++++++++++++++++++++");
149 killagreg 550
 
242 killagreg 551
        Compass_Init();
270 killagreg 552
 
400 holgerb 553
        GPS_Init();
554
 
314 killagreg 555
#ifdef FOLLOW_ME
556
        TransmitAlsoToFC = 1;
557
        UART1_PutString("\r\n++++++++++++++++++++++++++++++++++++++++++");
558
        UART1_PutString("\n\r FOLLOW-ME Transmitter only!");
559
        UART1_PutString("\r\n++++++++++++++++++++++++++++++++++++++++++\r\n\r\n");
560
        TransmitAlsoToFC = 0;
561
#else
150 killagreg 562
        SPI0_GetFlightCtrlVersion();
563
        if(FC_Version.Compatible != FC_SPI_COMPATIBLE)
41 ingob 564
        {
461 holgerb 565
                UART1_PutString("\n\r Flight-Ctrl not compatible\n\r");
41 ingob 566
                LED_RED_ON;
567
        }
314 killagreg 568
#endif
213 killagreg 569
        // ---------- Prepare the isr driven
154 killagreg 570
        // set to absolute lowest priority
571
    VIC_Config(EXTIT3_ITLine, VIC_IRQ, PRIORITY_SW);
195 killagreg 572
        // enable interrupts
154 killagreg 573
    VIC_ITCmd(EXTIT3_ITLine, ENABLE);
244 killagreg 574
 
250 ingob 575
        Debug_OK("START");
362 holgerb 576
        UART1_PutString("\r\n");
380 holgerb 577
        fifo_purge(&UART1_rx_fifo); // flush the whole fifo init buffer
578
        LED_GRN_ON;
579
        LED_RED_OFF;
460 holgerb 580
    Settings_GetParamValue(PID_SEND_NMEA, &NMEA_Interval);
461 holgerb 581
        UART1_PutString("\r\n");
154 killagreg 582
        for (;;) // the endless main loop
41 ingob 583
        {
431 killagreg 584
                Polling();
378 holgerb 585
                PollingTimeout = 15;
431 killagreg 586
                // ---------------- Logging  ---------------------------------------
380 holgerb 587
                if(SD_WatchDog)
431 killagreg 588
                {
589
                        SD_WatchDog = 30000;
590
                        if(SDCardInfo.Valid == 1) Logging_Update();  // could be block some time for at max. 2 seconds, therefore move time critical part of the mainloop into the ISR of timer 1
591
                        else if(FC.StatusFlags & FC_STATUS_START) SD_LoggingError = 100;
592
                        if(!SD_WatchDog) UART1_PutString("\n\rSD-Watchdog - Logging aborted\n\r");
593
                }
380 holgerb 594
 
432 holgerb 595
/*             
324 killagreg 596
                if(CheckDelay(ftimer))
597
                {
598
 
431 killagreg 599
                        static s8 filename[35];
600
                        static u8 i = 0;
601
                        s8 dbgmsg[40];
602
 
603
 
324 killagreg 604
 
605
                        ftimer = SetDelay(100);
606
                        if(FC.Poti[3]>100 && fstate == 0)
607
                        {
608
                                fstate = 1;
431 killagreg 609
                                sprintf(filename, "/toast/toasta/toast%02i.txt",i++);
324 killagreg 610
                        }
611
                        else if(FC.Poti[3]<100 && fstate == 2)
612
                        {
613
                                fstate = 3;
614
                        }
615
 
616
                        switch(fstate)
617
                        {
618
                                case 1:
431 killagreg 619
                                        sprintf(dbgmsg,"\r\nStart writing file: %s", filename);
620
                                        Debug(dbgmsg);
324 killagreg 621
                                        f = fopen_(filename, 'a');
622
                                        if(f== NULL) Fat16_Init();
623
                                        fstate = 2;
624
                                        break;
625
 
626
                                case 2:
627
                                        fputs_("\r\ntest edins sdv dsivbds iv dsivb disbv idsv bisd bv d suiv dsibsivbdis fbvisdöb visdbvisdb vidbfibds ibv", f);
628
                                        break;
629
 
630
                                case 3:
431 killagreg 631
                                        sprintf(dbgmsg,"\r\nClosing file: %s", filename);
632
                                        Debug(dbgmsg);
324 killagreg 633
                                        fclose_(f);
634
                                        fstate = 0;
635
                                        break;
636
 
637
                                default:
638
                                        break;
639
                        }
640
                }
432 holgerb 641
*/             
24 StephanB 642
        }
1 ingob 643
}
438 holgerb 644
//DebugOut.Analog[16]