Subversion Repositories NaviCtrl

Rev

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