Subversion Repositories NaviCtrl

Rev

Rev 420 | Rev 427 | 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"
41 ingob 65
#include "i2c.h"
242 killagreg 66
#include "compass.h"
426 holgerb 67
#include "ncmag.h"
119 killagreg 68
#include "timer1.h"
69
#include "timer2.h"
134 killagreg 70
#include "analog.h"
41 ingob 71
#include "spi_slave.h"
72
#include "fat16.h"
73
#include "usb.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
 
314 killagreg 86
#ifdef FOLLOW_ME
87
u8 TransmitAlsoToFC = 0;
88
#endif
41 ingob 89
u32 TimerCheckError;
234 killagreg 90
u8 ErrorCode = 0;
41 ingob 91
u16 BeepTime;
92 killagreg 92
u8  NCFlags = 0;
153 killagreg 93
s16 GeoMagDec = 0; // local magnetic declination in 0.1 deg
328 holgerb 94
u8 ErrorGpsFixLost = 0;
1 ingob 95
 
255 killagreg 96
u8 ClearFCStatusFlags = 0;
41 ingob 97
u8 StopNavigation = 0;
378 holgerb 98
volatile u32 PollingTimeout = 10000;
41 ingob 99
Param_t Parameter;
78 holgerb 100
volatile FC_t FC;
378 holgerb 101
volatile u32 SPIWatchDog = 15000; // stop Navigation if this goes to zero
400 holgerb 102
volatile u32 SD_WatchDog = 15000; // stop Logging if this goes to zero
1 ingob 103
 
41 ingob 104
s8 ErrorMSG[25];
105
 
1 ingob 106
//----------------------------------------------------------------------------------------------------
41 ingob 107
void SCU_Config(void)
1 ingob 108
{
41 ingob 109
        /* configure PLL and set it as master clock source */
110
        SCU_MCLKSourceConfig(SCU_MCLK_OSC);             // set master clock source to external oscillator clock (25MHz) before diabling the PLL
111
        SCU_PLLCmd(DISABLE);                                    // now disable the PLL
112
        #ifdef MCLK96MHZ
113
        SCU_BRCLKDivisorConfig(SCU_BRCLK_Div2); // set BRCLK to MCLK/2 = 48MHz
114
        SCU_PCLKDivisorConfig(SCU_PCLK_Div4);   // set PCLK     (APB bus clock) divisor to 4 (half Reference Clock)
115
        SCU_RCLKDivisorConfig(SCU_RCLK_Div2);   // set RCLK     (Reference Clock) divisor to 1 (full PPL clock)
116
        SCU_HCLKDivisorConfig(SCU_HCLK_Div2);   // set HCLK     (AHB bus clock) divisor to 1 (full Reference Clock)
117
        SCU_PLLFactorsConfig(192,25,2);                 // PLL = 96 MHz, Feedback Divider N=192, Pre-Divider M=25, Post-Divider P=2
118
        #else
119
        SCU_BRCLKDivisorConfig(SCU_BRCLK_Div1); // set BRCLK to MCLK = 48MHz
120
        SCU_PCLKDivisorConfig(SCU_PCLK_Div2);   // set PCLK     (APB bus clock) divisor to 2 (half Reference Clock)
121
        SCU_RCLKDivisorConfig(SCU_RCLK_Div1);   // set RCLK     (Reference Clock) divisor to 1 (full PPL clock)
122
        SCU_HCLKDivisorConfig(SCU_HCLK_Div1);   // set HCLK     (AHB bus clock) divisor to 1 (full Reference Clock)
123
        SCU_PLLFactorsConfig(192,25,3);                 // PLL = 48 MHz, Feedback Divider N=192, Pre-Divider M=25, Post-Divider P=3
124
        #endif
125
        SCU_PLLCmd(ENABLE);                                     // Enable PLL (is disabled by SCU_PLLFactorsConfig)
126
        SCU_MCLKSourceConfig(SCU_MCLK_PLL);     // set master clock source to PLL
127
}
1 ingob 128
 
41 ingob 129
//----------------------------------------------------------------------------------------------------
130
void GetNaviCtrlVersion(void)
1 ingob 131
{
41 ingob 132
        u8 msg[25];
270 killagreg 133
 
264 killagreg 134
        sprintf(msg,"\n\r NaviCtrl HW: V%d.%d SW: V%d.%d%c",  Version_HW/10, Version_HW%10, VERSION_MAJOR,  VERSION_MINOR, 'a'+ VERSION_PATCH);
110 killagreg 135
        UART1_PutString(msg);
1 ingob 136
}
137
 
138
//----------------------------------------------------------------------------------------------------
231 holgerb 139
 
41 ingob 140
void CheckErrors(void)
141
{
329 holgerb 142
    static s32 no_error_delay = 0;
328 holgerb 143
        s32 newErrorCode = 0;
232 killagreg 144
        UART_VersionInfo.HardwareError[0] = 0;
231 holgerb 145
 
338 holgerb 146
        if(CheckDelay(I2C1_Timeout) || (Compass_Heading < 0)) DebugOut.StatusRed |= AMPEL_COMPASS;
147
        else DebugOut.StatusRed &= ~AMPEL_COMPASS; // MK3Mag green status
231 holgerb 148
 
338 holgerb 149
        if((FC.Error[1] & FC_ERROR1_I2C) || (FC.Error[1] & FC_ERROR1_BL_MISSING)) DebugOut.StatusRed |= AMPEL_BL;
150
        else DebugOut.StatusRed &= ~AMPEL_BL; // BL-Ctrl green status
232 killagreg 151
 
338 holgerb 152
        if(UART_VersionInfo.HardwareError[0] || UART_VersionInfo.HardwareError[1]) DebugOut.StatusRed |= AMPEL_NC;
153
        else DebugOut.StatusRed &= ~AMPEL_NC;
154
 
397 holgerb 155
    if((FCCalibActive || CompassCalState) && FC_Version.Hardware)
392 holgerb 156
     {
157
                sprintf(ErrorMSG,"Calibrate... ");
158
                newErrorCode = 0;
159
                ErrorCode = 0;
160
                no_error_delay = 1;
161
         }
162
        else
146 killagreg 163
        if(CheckDelay(SPI0_Timeout))
41 ingob 164
        {
380 holgerb 165
                LED_RED_ON;              
41 ingob 166
                sprintf(ErrorMSG,"no FC communication ");
328 holgerb 167
                newErrorCode = 3;
41 ingob 168
                StopNavigation = 1;
338 holgerb 169
                DebugOut.StatusGreen &= ~AMPEL_FC; // status of FC Present
170
                DebugOut.StatusGreen &= ~AMPEL_BL; // status of BL Present
256 killagreg 171
                UART_VersionInfo.HardwareError[0] |= NC_ERROR0_SPI_RX;
41 ingob 172
        }
229 holgerb 173
        else if(CheckDelay(I2C1_Timeout))
41 ingob 174
        {
368 holgerb 175
                LED_RED_ON;              
380 holgerb 176
                sprintf(ErrorMSG,"no compass communica");
149 killagreg 177
                //Reset I2CBus
178
                I2C1_Deinit();
179
                I2C1_Init();
328 holgerb 180
                newErrorCode = 4;
41 ingob 181
                StopNavigation = 1;
256 killagreg 182
                UART_VersionInfo.HardwareError[0] |= NC_ERROR0_COMPASS_RX;
338 holgerb 183
                DebugOut.StatusRed |= AMPEL_COMPASS;
41 ingob 184
        }
185
        else if(FC_Version.Compatible != FC_SPI_COMPATIBLE)
186
        {
187
                LED_RED_ON;
318 holgerb 188
#ifndef FOLLOW_ME
41 ingob 189
                sprintf(ErrorMSG,"FC not compatible ");
318 holgerb 190
#else
191
                sprintf(ErrorMSG,"! FollowMe only ! ");
192
#endif
328 holgerb 193
                newErrorCode = 1;
41 ingob 194
                StopNavigation = 1;
256 killagreg 195
                UART_VersionInfo.HardwareError[0] |= NC_ERROR0_FC_INCOMPATIBLE;
338 holgerb 196
                DebugOut.StatusRed |= AMPEL_NC;
41 ingob 197
        }
231 holgerb 198
 
255 killagreg 199
        else if(FC.Error[0] & FC_ERROR0_GYRO_NICK)
231 holgerb 200
        {
201
                LED_RED_ON;
202
                sprintf(ErrorMSG,"ERR: FC Nick Gyro");
328 holgerb 203
                newErrorCode = 10;
232 killagreg 204
        }
255 killagreg 205
        else if(FC.Error[0] & FC_ERROR0_GYRO_ROLL)
231 holgerb 206
        {
207
                LED_RED_ON;
208
                sprintf(ErrorMSG,"ERR: FC Roll Gyro");
328 holgerb 209
                newErrorCode = 11;
232 killagreg 210
        }
255 killagreg 211
        else if(FC.Error[0] & FC_ERROR0_GYRO_YAW)
231 holgerb 212
        {
213
                LED_RED_ON;
214
                sprintf(ErrorMSG,"ERR: FC Yaw Gyro");
328 holgerb 215
                newErrorCode = 12;
232 killagreg 216
        }
255 killagreg 217
        else if(FC.Error[0] & FC_ERROR0_ACC_NICK)
231 holgerb 218
        {
219
                LED_RED_ON;
220
                sprintf(ErrorMSG,"ERR: FC Nick ACC");
328 holgerb 221
                newErrorCode = 13;
232 killagreg 222
        }
255 killagreg 223
        else if(FC.Error[0] & FC_ERROR0_ACC_ROLL)
231 holgerb 224
        {
225
                LED_RED_ON;
226
                sprintf(ErrorMSG,"ERR: FC Roll ACC");
328 holgerb 227
                newErrorCode = 14;
232 killagreg 228
        }
255 killagreg 229
        else if(FC.Error[0] & FC_ERROR0_ACC_TOP)
231 holgerb 230
        {
231
                LED_RED_ON;
327 holgerb 232
                sprintf(ErrorMSG,"ERR:FC Z-ACC");
328 holgerb 233
                newErrorCode = 15;
232 killagreg 234
        }
351 holgerb 235
        else if(NC_To_FC_Flags & NC_TO_FC_FLYING_RANGE)
236
        {
237
                LED_RED_ON;
238
                sprintf(ErrorMSG,"ERR:Flying range!");
239
                newErrorCode = 28;
240
        }
255 killagreg 241
        else if(FC.Error[0] & FC_ERROR0_PRESSURE)
231 holgerb 242
        {
380 holgerb 243
                LED_RED_ON;              
327 holgerb 244
                sprintf(ErrorMSG,"ERR:Pressure sensor");
328 holgerb 245
                newErrorCode = 16;
232 killagreg 246
        }
255 killagreg 247
        else if(FC.Error[1] &  FC_ERROR1_I2C)
231 holgerb 248
        {
249
                LED_RED_ON;
327 holgerb 250
                sprintf(ErrorMSG,"ERR:I2C FC to BL");
328 holgerb 251
                newErrorCode = 17;
232 killagreg 252
        }
255 killagreg 253
        else if(FC.Error[1] &  FC_ERROR1_BL_MISSING)
231 holgerb 254
        {
255
                LED_RED_ON;
256
                sprintf(ErrorMSG,"ERR: Bl Missing");
328 holgerb 257
                newErrorCode = 18;
232 killagreg 258
        }
255 killagreg 259
        else if(FC.Error[1] &  FC_ERROR1_MIXER)
231 holgerb 260
        {
261
                LED_RED_ON;
262
                sprintf(ErrorMSG,"Mixer Error");
328 holgerb 263
                newErrorCode = 19;
232 killagreg 264
        }
350 holgerb 265
        else if(CheckDelay(UBX_Timeout) && Parameter.GlobalConfig & FC_CFG_GPS_AKTIV)
41 ingob 266
        {
267
                LED_RED_ON;
350 holgerb 268
//      if(!(Parameter.GlobalConfig & FC_CFG_GPS_AKTIV)) sprintf(ErrorMSG,"GPS disconnected ");
269
//              else 
380 holgerb 270
                 {                                     
271
                  sprintf(ErrorMSG,"no GPS communication");
320 holgerb 272
                  UART_VersionInfo.HardwareError[0] |= NC_ERROR0_GPS_RX;
328 holgerb 273
              newErrorCode = 5;
320 holgerb 274
                 }
41 ingob 275
                StopNavigation = 1;
320 holgerb 276
//              UBX_Timeout = SetDelay(500);
41 ingob 277
        }
426 holgerb 278
        else if(Compass_Heading < 0 && NCMAG_Present && !NCMAG_IsCalibrated)
279
        {
280
                LED_RED_ON;
281
                sprintf(ErrorMSG,"compass not calibr.");
282
                newErrorCode = 31;
283
                StopNavigation = 1;
284
                UART_VersionInfo.HardwareError[0] |= NC_ERROR0_COMPASS_VALUE;
285
        }
254 killagreg 286
        else if(Compass_Heading < 0)
41 ingob 287
        {
288
                LED_RED_ON;
289
                sprintf(ErrorMSG,"bad compass value ");
328 holgerb 290
                newErrorCode = 6;
41 ingob 291
                StopNavigation = 1;
256 killagreg 292
                UART_VersionInfo.HardwareError[0] |= NC_ERROR0_COMPASS_VALUE;
41 ingob 293
        }
255 killagreg 294
        else if((FC.Error[1] &  FC_ERROR1_SPI_RX))
199 killagreg 295
        {
296
                LED_RED_ON;
297
                sprintf(ErrorMSG,"FC spi rx error ");
328 holgerb 298
                newErrorCode = 8;
213 killagreg 299
                StopNavigation = 1;
199 killagreg 300
        }
255 killagreg 301
        else if(FC.Error[0] &  FC_ERROR0_CAREFREE)
231 holgerb 302
        {
303
                LED_RED_ON;
304
                sprintf(ErrorMSG,"FC: Carefree Error");
328 holgerb 305
                newErrorCode = 20;
232 killagreg 306
        }
255 killagreg 307
        else if(FC.Error[1] &  FC_ERROR1_PPM)
41 ingob 308
        {
309
                LED_RED_ON;
310
                sprintf(ErrorMSG,"RC Signal lost ");
328 holgerb 311
                newErrorCode = 7;
41 ingob 312
        }
328 holgerb 313
        else if(ErrorGpsFixLost)
314
        {
315
         LED_RED_ON;
316
         sprintf(ErrorMSG,"GPS Fix lost    ");
317
         newErrorCode = 21;
318
        }
330 holgerb 319
        else if(ErrorDisturbedEarthMagnetField)
320
        {
321
         LED_RED_ON;
322
         sprintf(ErrorMSG,"Magnet error    ");
323
         newErrorCode = 22;
338 holgerb 324
         DebugOut.StatusRed |= AMPEL_COMPASS | AMPEL_NC;
325
         UART_VersionInfo.HardwareError[0] |= NC_ERROR0_COMPASS_VALUE;
330 holgerb 326
        }
338 holgerb 327
        else if(BL_MinOfMaxPWM == 40 && (FC.StatusFlags & FC_STATUS_FLY) && !ErrorCode)
328
        {
329
         LED_RED_ON;
330
         sprintf(ErrorMSG,"ERR:Motor restart  ");
331
         newErrorCode = 23;
332
         DebugOut.StatusRed |= AMPEL_BL;
333
        }
334
        else if(BL_MinOfMaxPWM != 255 && (FC.StatusFlags & FC_STATUS_FLY) && !ErrorCode)
335
        {
336
         LED_RED_ON;
337
         sprintf(ErrorMSG,"ERR:BL Limitation   ");
338
         newErrorCode = 24;
339
         DebugOut.StatusRed |= AMPEL_BL;
340
        }
348 holgerb 341
        else if(NCFlags & NC_FLAG_RANGE_LIMIT && (FC.StatusFlags & FC_STATUS_FLY) && !ErrorCode)
342
        {
343
         LED_RED_ON;
351 holgerb 344
         sprintf(ErrorMSG,"ERR:GPS range  ");
348 holgerb 345
         newErrorCode = 25;
346
         DebugOut.StatusRed |= AMPEL_NC;
347
        }
397 holgerb 348
        else if((!SD_SWITCH || (SDCardInfo.Valid == 0)) && Parameter.GlobalConfig3 & CFG3_NO_SDCARD_NO_START && !(FC.StatusFlags & FC_STATUS_FLY))
350 holgerb 349
        {
350
         LED_RED_ON;
351
         sprintf(ErrorMSG,"ERR:No SD-Card  ");
352
         newErrorCode = 26;
353
         DebugOut.StatusRed |= AMPEL_NC;
354
        }
383 holgerb 355
        else if((SD_LoggingError || (SD_WatchDog < 2000 && SD_WatchDog != 0)) && Parameter.GlobalConfig3 & CFG3_NO_SDCARD_NO_START)
351 holgerb 356
        {
368 holgerb 357
         LED_RED_ON;       
380 holgerb 358
         sprintf(ErrorMSG,"ERR:SD Logging abort");
351 holgerb 359
         newErrorCode = 27;
360
         DebugOut.StatusRed |= AMPEL_NC;
361
         SD_LoggingError = 0;
362
        }
355 holgerb 363
        else if(((AbsoluteFlyingAltitude) && (NaviData.Altimeter / 20 >= AbsoluteFlyingAltitude)) && (FC.StatusFlags & FC_STATUS_FLY))
364
        {
365
         LED_RED_ON;
366
         sprintf(ErrorMSG,"ERR:Max Altitude ");
367
         newErrorCode = 29;
368
         DebugOut.StatusRed |= AMPEL_NC;
369
        }
420 holgerb 370
        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 371
        {                                                                                                                                                  
372
         LED_RED_ON;
373
         sprintf(ErrorMSG,"No GPS Fix      ");
374
         newErrorCode = 30;
375
        }
41 ingob 376
        else // no error occured
377
        {
378
                StopNavigation = 0;
379
                LED_RED_OFF;
328 holgerb 380
                if(no_error_delay) { no_error_delay--;  }
381
                else
380 holgerb 382
                 {                                     
383
                  sprintf(ErrorMSG,"No Error            ");
328 holgerb 384
                  ErrorCode = 0;
385
                 }
41 ingob 386
        }
328 holgerb 387
 
388
    if(newErrorCode)
389
         {
339 holgerb 390
          if(FC.StatusFlags & FC_STATUS_MOTOR_RUN) no_error_delay = 8; // delay the errors if the motors are running
328 holgerb 391
          ErrorCode = newErrorCode;
392
         }
393
 FC.Error[0] = 0;
394
 FC.Error[1] = 0;
395
 FC.Error[2] = 0;
396
 FC.Error[3] = 0;
397
 FC.Error[4] = 0;
398
 ErrorGpsFixLost = 0;
41 ingob 399
}
24 StephanB 400
 
378 holgerb 401
 
402
 
403
void Polling(void)
404
{
398 holgerb 405
 static u8 running = 0, oldFcFlags = 0;
378 holgerb 406
 if(running) return;
407
 running = 1;
408
                SPI0_UpdateBuffer();    // also calls the GPS-functions
409
                UART0_ProcessRxData();  // GPS process request
410
                UART0_TransmitTxData(); // GPS send answer
380 holgerb 411
                UART1_ProcessRxData();  // PC process request
378 holgerb 412
                UART1_TransmitTxData(); // PC send answer
413
                UART2_TransmitTxData(); // FC send answer
414
                CalcHeadFree();
380 holgerb 415
                // ---------------- Error Check Timing ----------------------------
398 holgerb 416
                if(CheckDelay(TimerCheckError) || (FC.StatusFlags & FC_STATUS_START && !(oldFcFlags & FC_STATUS_START))) // Timer or FY wants to start
380 holgerb 417
                {
418
                        TimerCheckError = SetDelay(1000);
398 holgerb 419
                        oldFcFlags = FC.StatusFlags;
380 holgerb 420
                        if(CheckDelay(SPI0_Timeout) && (DebugUART == UART1)) GPS_Navigation(&GPSData, &(ToFlightCtrl.GPSStick)); // process the GPS data even if the FC is not connected
421
 
422
                        if(!CheckDelay(SPI0_Timeout) || (DebugUART == UART1)) CheckErrors();
423
 
424
                        if(FC.StatusFlags & FC_STATUS_FLY) NaviData.FlyingTime++; // we want to count the battery-time
425
//                      else NaviData.FlyingTime = 0; // not the time per flight
426
                        if(SerialLinkOkay) SerialLinkOkay--;
427
                        if(SerialLinkOkay < 250 - 5) NCFlags |= NC_FLAG_NOSERIALLINK; // 5 seconds timeout for serial communication
428
                        else NCFlags &= ~NC_FLAG_NOSERIALLINK;
429
                        if(StopNavigation && (Parameter.NaviGpsModeControl >=  50) && (Parameter.GlobalConfig & FC_CFG_GPS_AKTIV)) BeepTime = 1000;
430
                }
378 holgerb 431
 running = 0;
432
}
433
 
380 holgerb 434
// the handler will be cyclic called by the timer 1 ISR
435
// used is for critical timing parts that normaly would handled
436
// within the main loop that could block longer at logging activities
154 killagreg 437
void EXTIT3_IRQHandler(void)
438
{
195 killagreg 439
        IENABLE;
154 killagreg 440
        VIC_ITCmd(EXTIT3_ITLine,DISABLE); // disable irq
292 killagreg 441
        Compass_Update();               // update compass communication
154 killagreg 442
        Analog_Update();                // get new ADC values
378 holgerb 443
 
380 holgerb 444
        if(!PollingTimeout)
445
        {
446
                PollingTimeout = 5;
447
                Polling();
448
        }
378 holgerb 449
 
450
        VIC_SWITCmd(EXTIT3_ITLine,DISABLE); // clear pending bit
195 killagreg 451
        VIC_ITCmd(EXTIT3_ITLine, ENABLE); // enable irq
452
        IDISABLE;
378 holgerb 453
        VIC1->VAR = 0xFF; // write any value to VIC0 Vector address register
154 killagreg 454
}
455
 
41 ingob 456
//----------------------------------------------------------------------------------------------------
457
int main(void)
458
{
324 killagreg 459
        /*
460
        static u32 ftimer =0;
461
        static u8 fstate = 0;
462
        static File_t* f = NULL;
463
        */
464
 
41 ingob 465
        /* Configure the system clocks */
466
        SCU_Config();
467
        /* init VIC (Vectored Interrupt Controller)     */
468
        SCU_AHBPeriphClockConfig(__VIC,ENABLE); // enable AHB bus clock for VIC
469
        SCU_AHBPeriphReset(__VIC, DISABLE);             // disable reset state for VIC
470
        VIC_DeInit();                                                   // deinitializes the VIC module registers to their default reset values.
196 killagreg 471
        VIC_InitDefaultVectors();
472
 
119 killagreg 473
        // initialize timer 1 for System Clock and delay rountines
41 ingob 474
        TIMER1_Init();
475
        // initialize the LEDs (needs Timer 1)
476
        Led_Init();
477
        // initialize the debug UART1
478
        UART1_Init();
110 killagreg 479
        UART1_PutString("\r\n---------------------------------------------");
275 killagreg 480
        // initialize usb
481
        USB_ConfigInit();
120 killagreg 482
        // initialize timer 2 for servo outputs
180 killagreg 483
        //TIMER2_Init();
41 ingob 484
        // initialize UART2 to FLIGHTCTRL
485
        UART2_Init();
486
        // initialize UART0 (to MKGPS or MK3MAG)
487
        UART0_Init();
134 killagreg 488
        // initialize adc
489
        Analog_Init();
41 ingob 490
        // initialize SPI0 to FC
491
        SPI0_Init();
242 killagreg 492
        // initialize i2c bus (needs Timer 1)
41 ingob 493
        I2C1_Init();
247 killagreg 494
        // initialize fat16 partition on sd card (needs Timer 1)
41 ingob 495
        Fat16_Init();
156 killagreg 496
        // initialize NC params
497
        NCParams_Init();
88 killagreg 498
        // initialize the settings
499
        Settings_Init();
92 killagreg 500
        // initialize logging (needs settings)
82 killagreg 501
        Logging_Init();
1 ingob 502
 
362 holgerb 503
        LED_GRN_ON;
41 ingob 504
        TimerCheckError = SetDelay(3000);
175 holgerb 505
        UART1_PutString("\r\n++++++++++++++++++++++++++++++++++++++++++");
110 killagreg 506
        UART1_PutString("\n\r Version information:");
116 killagreg 507
 
41 ingob 508
        GetNaviCtrlVersion();
338 holgerb 509
        DebugOut.StatusGreen = AMPEL_NC | AMPEL_COMPASS; // NC and MK3Mag
510
        DebugOut.StatusRed = 0x00;
400 holgerb 511
        UART1_PutString("\r\n++++++++++++++++++++++++++++++++++++++++++");
149 killagreg 512
 
242 killagreg 513
        Compass_Init();
270 killagreg 514
 
400 holgerb 515
        GPS_Init();
516
 
314 killagreg 517
#ifdef FOLLOW_ME
518
        TransmitAlsoToFC = 1;
519
        UART1_PutString("\r\n++++++++++++++++++++++++++++++++++++++++++");
520
        UART1_PutString("\n\r FOLLOW-ME Transmitter only!");
521
        UART1_PutString("\r\n++++++++++++++++++++++++++++++++++++++++++\r\n\r\n");
522
        TransmitAlsoToFC = 0;
523
#else
150 killagreg 524
        SPI0_GetFlightCtrlVersion();
525
        if(FC_Version.Compatible != FC_SPI_COMPATIBLE)
41 ingob 526
        {
150 killagreg 527
                UART1_PutString("\n\r Flight-Ctrl not compatible");
41 ingob 528
                LED_RED_ON;
529
        }
314 killagreg 530
#endif
213 killagreg 531
        // ---------- Prepare the isr driven
154 killagreg 532
        // set to absolute lowest priority
533
    VIC_Config(EXTIT3_ITLine, VIC_IRQ, PRIORITY_SW);
195 killagreg 534
        // enable interrupts
154 killagreg 535
    VIC_ITCmd(EXTIT3_ITLine, ENABLE);
244 killagreg 536
 
250 ingob 537
        Debug_OK("START");
362 holgerb 538
        UART1_PutString("\r\n");
380 holgerb 539
        fifo_purge(&UART1_rx_fifo); // flush the whole fifo init buffer
540
        LED_GRN_ON;
541
        LED_RED_OFF;
154 killagreg 542
        for (;;) // the endless main loop
41 ingob 543
        {
378 holgerb 544
            Polling();
545
                PollingTimeout = 15;
380 holgerb 546
                // ---------------- Logging  ---------------------------------------
547
                if(SD_WatchDog)
362 holgerb 548
                 {
380 holgerb 549
                  SD_WatchDog = 30000;
362 holgerb 550
                  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
551
                  else if(FC.StatusFlags & FC_STATUS_START) SD_LoggingError = 100;
552
                  if(!SD_WatchDog) UART1_PutString("\n\rSD-Watchdog - Logging aborted\n\r");
553
                 }
324 killagreg 554
                /*
380 holgerb 555
 
324 killagreg 556
                if(CheckDelay(ftimer))
557
                {
558
 
559
                        s8* filename = "test.txt";
560
 
561
                        ftimer = SetDelay(100);
562
                        if(FC.Poti[3]>100 && fstate == 0)
563
                        {
564
                                fstate = 1;
565
                        }
566
                        else if(FC.Poti[3]<100 && fstate == 2)
567
                        {
568
                                fstate = 3;
569
                        }
570
 
571
                        switch(fstate)
572
                        {
573
                                case 1:
574
                                        sprintf(text,"\r\nStart writing file: %s", filename);
575
                                        UART1_PutString(text);
576
                                        f = fopen_(filename, 'a');
577
                                        if(f== NULL) Fat16_Init();
578
                                        fstate = 2;
579
                                        break;
580
 
581
                                case 2:
582
                                        fputs_("\r\ntest edins sdv dsivbds iv dsivb disbv idsv bisd bv d suiv dsibsivbdis fbvisdöb visdbvisdb vidbfibds ibv", f);
583
                                        break;
584
 
585
                                case 3:
586
                                        sprintf(text,"\r\nClosing file: %s", filename);
587
                                        UART1_PutString(text);
588
                                        fclose_(f);
589
                                        fstate = 0;
590
                                        break;
591
 
592
                                default:
593
                                        break;
594
                        }
595
                }
596
                */
24 StephanB 597
        }
1 ingob 598
}
599
 
342 holgerb 600
// DebugOut.Analog[]