Subversion Repositories NaviCtrl

Rev

Rev 39 | Rev 49 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 39 Rev 41
Line 5... Line 5...
5
// + Copyright (c) 2008 Ingo Busker, Holger Buss
5
// + Copyright (c) 2008 Ingo Busker, Holger Buss
6
// + Nur für den privaten Gebrauch
6
// + Nur für den privaten Gebrauch
7
// + FOR NON COMMERCIAL USE ONLY
7
// + FOR NON COMMERCIAL USE ONLY
8
// + www.MikroKopter.com
8
// + www.MikroKopter.com
9
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation), 
10
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
11
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist. 
11
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist.
12
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt 
12
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
13
// + bzgl. der Nutzungsbedingungen aufzunehmen. 
13
// + bzgl. der Nutzungsbedingungen aufzunehmen.
14
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
14
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
15
// + Verkauf von Luftbildaufnahmen, usw.
15
// + Verkauf von Luftbildaufnahmen, usw.
16
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
17
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht, 
17
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
18
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
18
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
20
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
21
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
21
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
22
// + eindeutig als Ursprung verlinkt werden
22
// + eindeutig als Ursprung verlinkt werden
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
24
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
25
// + Benutzung auf eigene Gefahr
25
// + Benutzung auf eigene Gefahr
26
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
26
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
27
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28
// + Die PORTIERUNG der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur 
28
// + Die PORTIERUNG der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
29
// + mit unserer Zustimmung zulässig
29
// + mit unserer Zustimmung zulässig
30
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31
// + Teile, die nicht eindeutig mit unserer Lizenzvereinbarung gekennzeichnet sind, unterliegen u.U. eigenen Vereinbarungen:
31
// + Teile, die nicht eindeutig mit unserer Lizenzvereinbarung gekennzeichnet sind, unterliegen u.U. eigenen Vereinbarungen:
32
// + z.B. Die Funktion printf_P() unterliegt ihrer eigenen Lizenz 
32
// + z.B. Die Funktion printf_P() unterliegt ihrer eigenen Lizenz
33
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
34
// + Redistributions of source code (with or without modifications) must retain the above copyright notice, 
34
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
35
// + this list of conditions and the following disclaimer.
35
// + this list of conditions and the following disclaimer.
36
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
36
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
37
// +     from this software without specific prior written permission.
37
// +     from this software without specific prior written permission.
38
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permitted 
38
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permitted
39
// +     for non-commercial use (directly or indirectly)
39
// +     for non-commercial use (directly or indirectly)
40
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted 
40
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
41
// +     with our written permission
41
// +     with our written permission
42
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be 
42
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
43
// +     clearly linked as origin 
43
// +     clearly linked as origin
44
// +   * PORTING this software (or part of it) to systems (other than hardware from www.mikrokopter.de) is NOT allowed
44
// +   * PORTING this software (or part of it) to systems (other than hardware from www.mikrokopter.de) is NOT allowed
45
//
45
//
46
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
46
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
47
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
47
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
48
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
48
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Line 51... Line 51...
51
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
51
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
52
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
52
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
53
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
53
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
54
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
54
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
55
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
55
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
56
// +  POSSIBILITY OF SUCH DAMAGE. 
56
// +  POSSIBILITY OF SUCH DAMAGE.
57
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
57
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
 
58
//#define MCLK96MHZ
58
const unsigned long _Main_Crystal = 25000;
59
const unsigned long _Main_Crystal = 25000;
59
 
-
 
-
 
60
#include <stdio.h>
-
 
61
#include "91x_lib.h"
-
 
62
#include "led.h"
60
#include "main.h"
63
#include "uart0.h"
-
 
64
#include "uart1.h"
-
 
65
#include "uart2.h"
-
 
66
#include "GPS.h"
-
 
67
#include "i2c.h"
-
 
68
#include "timer.h"
-
 
69
#include "spi_slave.h"
-
 
70
#include "fat16.h"
-
 
71
#include "usb.h"
-
 
72
#include "sdc.h"
61
#include "kml.h"
73
#include "kml.h"
-
 
74
#include "main.h"
-
 
75
 
-
 
76
 
-
 
77
typedef enum
-
 
78
{
-
 
79
        LOGFILE_IDLE,
-
 
80
        LOGFILE_CLOSED,
-
 
81
        LOGFILE_OPENED,
-
 
82
        LOGFILE_ERROR,
-
 
83
} logfilestate_t;
Line 62... Line 84...
62
 
84
 
63
u32 TimerCompassUpdate;
85
u32 TimerCompassUpdate;
64
u32 TimerI2CReadDelay;
86
u32 TimerKmlAddPointDelay;
65
u32 TimerDebugDataDelay;
87
u32 TimerCheckError;
-
 
88
u32 ErrorCode = 0;
66
u32 KmlAddPointDelay;
89
u16 BeepTime;
67
 
-
 
68
u8 BeepTime;
-
 
69
void Init_Undef(void);
-
 
70
u8 Parameter_UserParam1;
-
 
71
u8 Parameter_UserParam2;
-
 
72
u8 Parameter_UserParam3;
-
 
73
u8 Parameter_UserParam4;
-
 
74
u8 Parameter_UserParam5;
90
 
75
u8 Parameter_UserParam6;
91
u8 ClearMKFlags = 0;
76
u8 Parameter_UserParam7;
92
u8 StopNavigation = 0;
77
u8 Parameter_UserParam8;
-
 
78
//++++++++++++++++++++++++++++++++++++++++++++++++++
-
 
79
s32 FC_StickNick;
-
 
80
s32 FC_StickRoll;
-
 
81
s32 FC_StickGier;
-
 
82
s32 FC_StickGas;
-
 
83
s32 FC_Poti1;
-
 
84
s32 FC_Poti2;
-
 
85
s32 FC_Poti3;
93
Param_t Parameter;
86
s32 FC_Poti4;
-
 
87
//++++++++++++++++++++++++++++++++++++++++++++++++++
-
 
88
s32 SenderOkay = 0;
94
FC_t FC;
89
s32 UBat = 0;
-
 
90
s32 UndervoltageLevel = 0;
-
 
91
s32 ActiveSetting = 1;
-
 
92
//++++++++++++++++++++++++++++++++++++++++++++++++++
-
 
93
s32 Parameter_NaviGpsModeControl = 128;
-
 
94
s32 Parameter_NaviGpsGain = 0;
-
 
95
s32 Parameter_NaviGpsP = 90;
-
 
96
s32 Parameter_NaviGpsI = 0;
-
 
97
s32 Parameter_NaviGpsD = 90;
-
 
98
s32 Parameter_NaviGpsACC = 0;
-
 
99
s32 Parameter_NaviGpsMinSat = 3;
-
 
100
s32 Parameter_NaviStickThreshold = 8;
-
 
101
s32 Parameter_RadiusAlert = 15;
-
 
102
//++++++++++++++++++++++++++++++++++++++++++++++++++
-
 
103
#define FLAG_MOTOR_RUN  1
-
 
104
#define FLAG_FLY        2
-
 
105
#define FLAG_CALIBRATE  4
-
 
106
#define FLAG_START      8
-
 
107
u32 MikroKopterFlags;
-
 
108
u32 ClearFlags = 1;
-
 
109
//++++++++++++++++++++++++++++++++++++++++++++++++++
95
 
Line 110... Line 96...
110
u8 text[20];
96
s8 ErrorMSG[25];
111
 
97
 
112
//----------------------------------------------------------------------------------------------------
98
//----------------------------------------------------------------------------------------------------
113
void Leds_Init(void)
99
void SCU_Config(void)
-
 
100
{
-
 
101
        /* configure PLL and set it as master clock source */
-
 
102
        SCU_MCLKSourceConfig(SCU_MCLK_OSC);             // set master clock source to external oscillator clock (25MHz) before diabling the PLL
-
 
103
        SCU_PLLCmd(DISABLE);                                    // now disable the PLL
-
 
104
        #ifdef MCLK96MHZ
-
 
105
        SCU_BRCLKDivisorConfig(SCU_BRCLK_Div2); // set BRCLK to MCLK/2 = 48MHz
-
 
106
        SCU_PCLKDivisorConfig(SCU_PCLK_Div4);   // set PCLK     (APB bus clock) divisor to 4 (half Reference Clock)
-
 
107
        SCU_RCLKDivisorConfig(SCU_RCLK_Div2);   // set RCLK     (Reference Clock) divisor to 1 (full PPL clock)
-
 
108
        SCU_HCLKDivisorConfig(SCU_HCLK_Div2);   // set HCLK     (AHB bus clock) divisor to 1 (full Reference Clock)
-
 
109
        SCU_PLLFactorsConfig(192,25,2);                 // PLL = 96 MHz, Feedback Divider N=192, Pre-Divider M=25, Post-Divider P=2
-
 
110
        #else
-
 
111
        SCU_BRCLKDivisorConfig(SCU_BRCLK_Div1); // set BRCLK to MCLK = 48MHz
-
 
112
        SCU_PCLKDivisorConfig(SCU_PCLK_Div2);   // set PCLK     (APB bus clock) divisor to 2 (half Reference Clock)
-
 
113
        SCU_RCLKDivisorConfig(SCU_RCLK_Div1);   // set RCLK     (Reference Clock) divisor to 1 (full PPL clock)
-
 
114
        SCU_HCLKDivisorConfig(SCU_HCLK_Div1);   // set HCLK     (AHB bus clock) divisor to 1 (full Reference Clock)
-
 
115
        SCU_PLLFactorsConfig(192,25,3);                 // PLL = 48 MHz, Feedback Divider N=192, Pre-Divider M=25, Post-Divider P=3
-
 
116
        #endif
-
 
117
        SCU_PLLCmd(ENABLE);                                     // Enable PLL (is disabled by SCU_PLLFactorsConfig)
Line 114... Line -...
114
{
-
 
115
    GPIO_InitTypeDef GPIO_InitStructure;
-
 
116
 
-
 
117
        SCU_APBPeriphClockConfig(__GPIO6, ENABLE);      
-
 
118
    SCU_APBPeriphClockConfig(__GPIO5, ENABLE);  
-
 
119
   
118
        SCU_MCLKSourceConfig(SCU_MCLK_PLL);     // set master clock source to PLL
120
        //GPIO_DeInit(GPIO5);
-
 
121
    GPIO_InitStructure.GPIO_Direction = GPIO_PinOutput;
-
 
122
    GPIO_InitStructure.GPIO_Pin =               GPIO_Pin_6 | GPIO_Pin_7;
119
}
123
    GPIO_InitStructure.GPIO_Type =              GPIO_Type_PushPull ;
120
 
124
    GPIO_InitStructure.GPIO_Alternate = GPIO_OutputAlt1  ;
121
//----------------------------------------------------------------------------------------------------
125
    GPIO_Init(GPIO5, &GPIO_InitStructure);
-
 
126
 
-
 
127
        //SD_SWITCH
-
 
128
    GPIO_InitStructure.GPIO_Direction = GPIO_PinInput;
-
 
129
    GPIO_InitStructure.GPIO_Pin =               GPIO_Pin_3;
-
 
Line -... Line 122...
-
 
122
void GetNaviCtrlVersion(void)
-
 
123
{
130
    GPIO_InitStructure.GPIO_Type =              GPIO_Type_PushPull;
124
        u8 msg[25];
-
 
125
 
131
    GPIO_InitStructure.GPIO_Alternate = GPIO_InputAlt1;
126
        sprintf(msg,"\n\r NaviCtrl V%d.%d%c",  VERSION_MAJOR,  VERSION_MINOR, 'a'+ VERSION_PATCH);
-
 
127
        SerialPutString(msg);
132
    GPIO_Init(GPIO5, &GPIO_InitStructure);
128
}
133
 
129
 
-
 
130
 
-
 
131
//----------------------------------------------------------------------------------------------------
-
 
132
s8* GenerateGPSLogFileName(void)
134
}
133
{
-
 
134
        static u16 filenum = 0; // file name counter
-
 
135
        static s8 filename[30];
135
  //
136
        static DateTime_t LastTime = {0,0,0,0,0,0,0,0};
-
 
137
 
-
 
138
        if(SystemTime.Valid)
136
void OutputStartupData(void)
139
        {
-
 
140
                // if the day has been changed
-
 
141
                if((LastTime.Year != SystemTime.Year) || (LastTime.Month != SystemTime.Month) || (LastTime.Day != SystemTime.Day))
-
 
142
                {
-
 
143
                        LastTime.Year = SystemTime.Year;
137
{
144
                        LastTime.Month = SystemTime.Month;
138
   
145
                        LastTime.Day = SystemTime.Day;
-
 
146
                        LastTime.Valid = 1;
-
 
147
                        filenum = 0; // reset file counter
-
 
148
                }
-
 
149
                sprintf(filename, "LOG/%04i%02i%02i/GPS%05i.KML", SystemTime.Year, SystemTime.Month, SystemTime.Day, filenum);
-
 
150
                filenum++;
Line 139... Line 151...
139
   char tex[20];
151
                return filename;
-
 
152
        }
-
 
153
        else return NULL;
-
 
154
}
-
 
155
 
-
 
156
 
-
 
157
//----------------------------------------------------------------------------------------------------
-
 
158
void CheckErrors(void)
-
 
159
{
-
 
160
        if(!CheckSPIOkay)
-
 
161
        {
-
 
162
                LED_RED_ON;
-
 
163
                sprintf(ErrorMSG,"no FC communication ");
-
 
164
                ErrorCode = 3;
-
 
165
                StopNavigation = 1;
-
 
166
        }
-
 
167
        else if(!CheckI2COkay)
-
 
168
        {
-
 
169
                LED_RED_ON;
-
 
170
                sprintf(ErrorMSG,"no MK3Mag communication ");
-
 
171
                ErrorCode = 4;
-
 
172
                StopNavigation = 1;
-
 
173
        }
-
 
174
        else if(FC_Version.Compatible != FC_SPI_COMPATIBLE)
-
 
175
        {
-
 
176
                LED_RED_ON;
-
 
177
                sprintf(ErrorMSG,"FC not compatible ");
-
 
178
                ErrorCode = 1;
-
 
179
                StopNavigation = 1;
-
 
180
        }
-
 
181
        else if(MK3MAG_Version.Compatible != MK3MAG_I2C_COMPATIBLE)
-
 
182
        {
-
 
183
                sprintf(ErrorMSG,"MK3Mag not compatible ");
-
 
184
                LED_RED_ON;
-
 
185
                ErrorCode = 2;
-
 
186
                StopNavigation = 1;
-
 
187
        }
-
 
188
        else if(!CheckGPSOkay)
-
 
189
        {
-
 
190
                LED_RED_ON;
-
 
191
                sprintf(ErrorMSG,"no GPS communication ");
-
 
192
                ErrorCode = 5;
-
 
193
                StopNavigation = 1;
-
 
194
        }
-
 
195
        else if(I2C_Heading.Heading < 0)
-
 
196
        {
-
 
197
                LED_RED_ON;
-
 
198
                sprintf(ErrorMSG,"bad compass value ");
-
 
199
                ErrorCode = 6;
-
 
200
                StopNavigation = 1;
-
 
201
        }
-
 
202
        else if(FC.RC_Quality < 100)
-
 
203
        {
-
 
204
                LED_RED_ON;
-
 
205
                sprintf(ErrorMSG,"RC Signal lost ");
-
 
206
                ErrorCode = 7;
-
 
207
        }
-
 
208
        else // no error occured
-
 
209
        {
-
 
210
                sprintf(ErrorMSG,"No Error               ");
-
 
211
                ErrorCode = 0;
-
 
212
                StopNavigation = 0;
140
   SerialPutString("\n\r--------------\n\r");
213
                LED_RED_OFF;
Line -... Line 214...
-
 
214
        }
-
 
215
        CheckSPIOkay = 0;
141
   
216
        CheckGPSOkay = 0;
142
   sprintf(text,"NaviCtrl V%d.%d\n\r",  VersionInfo.Hauptversion,  VersionInfo.Nebenversion); SerialPutString(text);
217
        CheckI2COkay = 0;
143
 
218
}
-
 
219
 
-
 
220
 
144
 
221
 
-
 
222
//----------------------------------------------------------------------------------------------------
-
 
223
int main(void)
-
 
224
{
-
 
225
        logfilestate_t logfilestate = LOGFILE_IDLE;
-
 
226
        KML_Document_t gpslogfile;
-
 
227
        s8* gpslogfilename = NULL;
-
 
228
 
-
 
229
        /* Configure the system clocks */
-
 
230
        SCU_Config();
-
 
231
 
-
 
232
        KML_DocumentInit(&gpslogfile);                  // Initialize the new kml-document for further use.
-
 
233
 
-
 
234
        /* init VIC (Vectored Interrupt Controller)     */
-
 
235
        SCU_AHBPeriphClockConfig(__VIC,ENABLE); // enable AHB bus clock for VIC
-
 
236
        SCU_AHBPeriphReset(__VIC, DISABLE);             // disable reset state for VIC
-
 
237
        VIC_DeInit();                                                   // deinitializes the VIC module registers to their default reset values.
-
 
238
        // initialize the interrupt handler
-
 
239
        Interrupt_Init();
-
 
240
        // initialize timer 1
-
 
241
        TIMER1_Init();
-
 
242
        // initialize the LEDs (needs Timer 1)
-
 
243
        Led_Init();
-
 
244
        // initialize the debug UART1
-
 
245
        UART1_Init();
-
 
246
        SerialPutString("\r\n---------------------------------------------");
-
 
247
 
-
 
248
        // initialize UART2 to FLIGHTCTRL
-
 
249
        UART2_Init();
-
 
250
        // initialize UART0 (to MKGPS or MK3MAG)
-
 
251
        UART0_Init();
-
 
252
        // initialize usb
-
 
253
        USB_ConfigInit();
-
 
254
        // initialize SPI0 to FC
-
 
255
        SPI0_Init();
-
 
256
        // initialize i2c bus to MK3MAG (needs Timer 1)
-
 
257
        I2C1_Init();
-
 
258
        // initialize the gps position controller (needs Timer 1)
-
 
259
        GPS_Init();
-
 
260
        // initialize fat16 partition on sd card (needs Timer 1)
145
}
261
        Fat16_Init();
-
 
262
 
-
 
263
 
-
 
264
        TimerCompassUpdate = SetDelay(5);
-
 
265
        TimerKmlAddPointDelay = SetDelay(250);
-
 
266
        TimerCheckError = SetDelay(3000);
-
 
267
 
-
 
268
        SerialPutString("\r\n---------------------------------------------");
-
 
269
        SerialPutString("\n\r Version information:");
-
 
270
        GetNaviCtrlVersion();
-
 
271
        SPI0_GetFlightCtrlVersion();
-
 
272
        if(FC_Version.Compatible != FC_SPI_COMPATIBLE)
-
 
273
        {
-
 
274
                //sprintf(ErrorMSG,"\r\n %d <-> %d", FlightCtrlVersion.NaviCompatible, FC_SPI_COMPATIBLE);
-
 
275
                //SerialPutString(ErrorMSG);
-
 
276
                SerialPutString("\n\r Flight-Ctrl not compatible");
-
 
277
                LED_RED_ON;
-
 
278
        }
Line 146... Line -...
146
 
-
 
147
//----------------------------------------------------------------------------------------------------
-
 
148
int main(void)
-
 
149
{
-
 
150
   static u8 oldCompassCalState = 0;
-
 
151
 
279
        I2C1_GetMK3MagVersion();
152
 
-
 
153
   static u8 kml_state = 0;
-
 
154
   u8 kml_cnt = 0;
-
 
155
   KML_Document_t       mydocument;
-
 
156
   File *file1;
-
 
157
 
-
 
158
   
-
 
159
   u8 str[80];
-
 
160
 
-
 
161
 
-
 
162
   KML_DocumentInit(&mydocument);                                       // Initialise the new kml-document for further use.     
-
 
163
 
-
 
164
 
-
 
165
  // SCU_MCLKSourceConfig(SCU_MCLK_OSC);
-
 
166
  // SCU_PCLKDivisorConfig(SCU_PCLK_Div2);
-
 
167
  // SCU_MCLKSourceConfig(SCU_MCLK_PLL);
-
 
168
 
-
 
169
 
-
 
170
   SCU_MCLKSourceConfig(SCU_MCLK_OSC);
-
 
171
   SCU_PLLCmd(DISABLE); // PLL aus 
-
 
172
   SCU_RCLKDivisorConfig(SCU_RCLK_Div1);
-
 
173
   SCU_HCLKDivisorConfig(SCU_HCLK_Div1);
-
 
174
   SCU_PCLKDivisorConfig(SCU_PCLK_Div2);
-
 
175
  // SCU_FMICLKDivisorConfig(SCU_FMICLK_Div1);
-
 
176
  // FMI_Config(FMI_READ_WAIT_STATE_3,FMI_WRITE_WAIT_STATE_0, FMI_PWD_ENABLE, FMI_LVD_ENABLE,FMI_FREQ_HIGH);
-
 
177
   SCU_PLLFactorsConfig(192,25,3); // PLL = 48 MHz 
-
 
178
 
-
 
179
   SCU_PLLCmd(ENABLE); // PLL Enabled 
-
 
180
 
-
 
181
   SCU_MCLKSourceConfig(SCU_MCLK_PLL); // MCLK = PLL 
-
 
182
 
-
 
183
       
-
 
184
   VersionInfo.Hauptversion = VERSION_HAUPTVERSION;
-
 
185
   VersionInfo.Nebenversion = VERSION_NEBENVERSION;
-
 
186
   VersionInfo.PCKompatibel = VERSION_KOMPATIBEL;
-
 
187
 
280
        if(MK3MAG_Version.Compatible != MK3MAG_I2C_COMPATIBLE)
188
   SCU_AHBPeriphClockConfig(__VIC,ENABLE);
-
 
189
   SCU_AHBPeriphReset(__VIC,DISABLE);
-
 
190
   VIC_DeInit();
-
 
191
   
-
 
192
   InitInterrupt();
-
 
193
   
-
 
194
   Leds_Init();
-
 
195
   Debug_UART1_Init();
-
 
196
   OutputStartupData();
-
 
197
 
-
 
198
   GPS_UART0_Init();
-
 
199
   USB_ConfigInit();
-
 
200
 
-
 
201
 
-
 
202
   SPI0_Init();
-
 
203
   
-
 
204
   
-
 
205
 
-
 
206
   TIMER1_Init();
-
 
207
   I2C1_Init();
-
 
208
   
-
 
209
   I2C_Version.Hauptversion = 0xff;
-
 
210
 
-
 
211
   SendI2C_Command(I2C_CMD_VERSION);
-
 
212
 
-
 
213
   TimerCompassUpdate = SetDelay(50);
-
 
214
   while (!CheckDelay(TimerCompassUpdate));
-
 
215
   
-
 
216
   TimerCompassUpdate = SetDelay(5);
-
 
217
   TimerI2CReadDelay = SetDelay(5);
281
        {
218
 
-
 
219
   KmlAddPointDelay = SetDelay(250);
282
                SerialPutString("\n\r MK3Mag not compatible");
220
 
-
 
221
 
-
 
222
   SerialPutString("\r\n---------------------------------------------");
-
 
223
 
283
                LED_RED_ON;
224
 
284
        }
225
//   ReadSetting(1); 
-
 
226
   SerialPutString("\r\n---------------------------------------------\r\n\r\n");
-
 
227
   
-
 
228
   InitFat16();
-
 
229
   
-
 
230
 
-
 
231
   for (;;)
-
 
232
   {
-
 
233
    if(NeuerDatensatzEmpfangen)
-
 
234
          {
-
 
235
                 BearbeiteRxDaten();
-
 
236
             DatenUebertragung();
-
 
237
//               if (GPIO_ReadBit(GPIO5, GPIO_Pin_3)) SerialPutString("keine SD\n\r");    else SerialPutString("SD eingesteckt!\n\r");
-
 
238
   
-
 
239
      }
-
 
240
         
-
 
241
       
285
 
242
          UpdateSPI_Buffer();
286
        /*
243
          SPI_CheckSlaveSelect();
-
 
244
          UART1_Transmit();
-
 
245
   
-
 
246
   // ----------- I2C Timing -------------------------
-
 
247
          if (CheckDelay(TimerCompassUpdate))
-
 
248
          {
-
 
249
                if(oldCompassCalState != CompassCalState)
-
 
250
                  {
-
 
251
                    oldCompassCalState = CompassCalState;
-
 
252
                    TimerCompassUpdate = SetDelay(25);
-
 
253
            SendI2C_Command(I2C_CMD_WRITE_CAL);
-
 
254
                  }
-
 
255
                  else
-
 
256
                  {
-
 
257
                   GPIO_ToggleBit(GPIO5, GPIO_Pin_6);
-
 
258
                   GPIO_ToggleBit(GPIO5, GPIO_Pin_7);
-
 
259
               TimerCompassUpdate = SetDelay(25);
-
 
260
           SendI2C_Command(I2C_CMD_READ_HEADING);
-
 
261
                  }
287
        ReadSetting(1);
262
               
-
 
263
           }
-
 
264
 
-
 
265
          if (CheckDelay(TimerI2CReadDelay))
288
        */
266
          {
289
        SerialPutString("\r\n---------------------------------------------\r\n\r\n");
267
            if (I2C_ReadRequest)
290
 
268
                {
-
 
Line 269... Line -...
269
                  I2C_ReadRequest= 0;
-
 
270
                 
-
 
271
                  I2C_Direction = I2C_MODE_RECEIVER;
291
        for (;;)
272
                  I2C_GenerateStart(I2C1, ENABLE);
-
 
273
                }
292
        {
274
                TimerI2CReadDelay = SetDelay(1000);
-
 
275
          }
-
 
276
 
293
                if(rxd_buffer_locked) // new incomming command
277
          if (CheckDelay(TimerDebugDataDelay))
294
                {
278
          {  SendGPSPosAnforderung = 1;
-
 
279
         DatenUebertragung();
-
 
280
 
-
 
281
             TimerDebugDataDelay = SetDelay(500);
295
                         UART1_ProcessRxData();         // process request
282
          }
296
                }
-
 
297
                UART1_TransmitTxData();         // send answer
-
 
298
 
-
 
299
                SPI0_UpdateBuffer();
-
 
300
                UART1_Transmit(); // empty txd buffer
283
 
301
 
284
 
302
                // ------------------------- I2C Timing --------------------------------
-
 
303
                if(I2C_State != I2C_OFF)
-
 
304
                {
285
   // ----------- KML Timing -------------------------
305
                        if (CheckDelay(TimerCompassUpdate))
-
 
306
                        {
-
 
307
                                // check for hanging I2C bus
-
 
308
                                if(CheckDelay(I2C1_Timeout))
286
          if(CheckDelay(KmlAddPointDelay) && 0)
309
                                {       // reset I2C
-
 
310
                                        SerialPutString("\n\rCommunication-Error: MK3Mag\n\r");
-
 
311
                                        I2C1_Deinit();
287
          {
312
                                        I2C1_Init();
288
                KmlAddPointDelay = SetDelay(500);
-
 
289
                switch(kml_state)
-
 
290
                {
313
                                }
291
                        case 0:
-
 
292
                                if((GPS_Data.Flags & GPS_FIX) && (GPS_Data.Used_Sat >= GPS_SAT_MIN))
-
 
293
                                {
314
                                else
294
                                        if(str_Volume.state == INITIALIZED)                                                                                     // has the volume and filesystem been initialized?
315
                                {       // check for incomming compass calibration request
295
                                        {
316
                                        // update CalByte from spi input queue
296
                                                if(KML_DocumentOpen("flight01.kml",&mydocument))                                                // create a new kml-document on the memorycard.
317
                                        fifo_get(&CompassCalcStateFiFo, (u8 *)&(I2C_WriteCal.CalByte));
297
                                                {
-
 
298
                                                        SerialPutString("\r\nopening kml-file\r\nadding data");
318
                                        // send new calstate
-
 
319
                                        if(I2C_ReadCal.CalByte != I2C_WriteCal.CalByte)
299
                                                        kml_state = 1;
320
                                        {
-
 
321
                                                I2C1_SendCommand(I2C_CMD_WRITE_CAL);
-
 
322
                                        }
-
 
323
                                        else // request current heading
-
 
324
                                        {
-
 
325
                                                I2C1_SendCommand(I2C_CMD_READ_HEADING);
-
 
326
                                        }
-
 
327
                                        TimerCompassUpdate = SetDelay(25);    // every 25 ms
300
                                                }
328
                                }
-
 
329
 
-
 
330
                        }
-
 
331
                }
-
 
332
 
-
 
333
                // ---------------- Error Check Timing ----------------------------
-
 
334
                if(CheckDelay(TimerCheckError))
-
 
335
                {
-
 
336
                        if(!CheckSPIOkay) GPS_Navigation(); // process the GPS data even if the FC is not connected
301
                                        }
337
                        CheckErrors();
302
                                        else
338
                        TimerCheckError = SetDelay(1000);
-
 
339
                        Request_SendFollowMe = TRUE;
303
                                        {
340
                }
304
                                                InitFat16();
341
                // ---------------- KML Timing ------------------------------------
-
 
342
                if(CheckDelay(TimerKmlAddPointDelay))
-
 
343
                {
-
 
344
                        TimerKmlAddPointDelay = SetDelay(500); // every 500 ms
-
 
345
 
-
 
346
                        if(FC.MKFlags & MKFLAG_FLY) // model is flying
-
 
347
                        {
-
 
348
                                switch(logfilestate)
-
 
349
                                {
-
 
350
                                        case LOGFILE_IDLE:
-
 
351
                                        case LOGFILE_CLOSED:
-
 
352
                                                // find unused logfile name
-
 
353
                                                do
-
 
354
                                                {        // try to generate a new logfile name
-
 
355
                                                         gpslogfilename = GenerateGPSLogFileName();
-
 
356
                                                }while((gpslogfilename != NULL) && fexist_(gpslogfilename));
-
 
357
                                                // if logfilename exist
-
 
358
                                                if(gpslogfilename != NULL)
-
 
359
                                                {
-
 
360
                                                        // try to create the log file
-
 
361
                                                        if(KML_DocumentOpen(gpslogfilename, &gpslogfile))
-
 
362
                                                        {
-
 
363
                                                                logfilestate = LOGFILE_OPENED; // goto next step
-
 
364
                                                                SerialPutString("\r\nOpening kml-file: ");
-
 
365
                                                                SerialPutString(gpslogfilename);
-
 
366
                                                                SerialPutString("\r\n");
-
 
367
                                                        }
-
 
368
                                                        else
-
 
369
                                                        {
-
 
370
                                                                logfilestate = LOGFILE_ERROR;
-
 
371
                                                                SerialPutString("\r\nError opening kml-file: ");
-
 
372
                                                                SerialPutString(gpslogfilename);
-
 
373
                                                                SerialPutString("\r\n");
-
 
374
                                                                TimerKmlAddPointDelay = SetDelay(10);  // try again in open logfile in 10 mili sec
-
 
375
                                                        }
-
 
376
                                                }
305
                                                if(str_Volume.state != INITIALIZED) KmlAddPointDelay = SetDelay(5000);  // try again in 5 sek
377
                                                // else retry in next loop
-
 
378
                                                break;
-
 
379
 
-
 
380
 
-
 
381
                                        case LOGFILE_OPENED:
-
 
382
                                                // append new gps log data
-
 
383
                                                if((GPSData.Status != INVALID) && (GPSData.Flags & FLAG_GPSFIXOK) && (GPSData.SatFix == SATFIX_3D))
-
 
384
                                                {
-
 
385
                                                        if(!KML_LoggGPSCoordinates(&(GPSData.Position), &gpslogfile))
-
 
386
                                                        {       // error logging data
-
 
387
                                                                SerialPutString("\r\nError Logging GPS data\r\n");
-
 
388
                                                                KML_DocumentClose(&gpslogfile);
-
 
389
                                                                logfilestate = LOGFILE_ERROR;
-
 
390
                                                        }
-
 
391
                                                }
-
 
392
                                                break;
-
 
393
 
-
 
394
                                        case LOGFILE_ERROR:
-
 
395
                                                // try to reinitialize the fat16 filesystem
-
 
396
                                                if(0 == Fat16_Init())
-
 
397
                                                {
-
 
398
                                                        logfilestate = LOGFILE_IDLE;
-
 
399
                                                        TimerKmlAddPointDelay = SetDelay(10);  // try again in open logfile in 10 mili sec
-
 
400
                                                }
-
 
401
                                                else
306
                                        }
402
                                                {
-
 
403
                                                        logfilestate = LOGFILE_ERROR;
-
 
404
                                                        TimerKmlAddPointDelay = SetDelay(5000);  // try again in 5 sec
307
                                }
405
                                                }
-
 
406
                                                break;
308
                        break;                                                                                                                                                          // document.state will be changed to DOC_OPENED automatic.
407
 
309
       
408
                                        default:
-
 
409
                                                break;
310
                        case 1:                                                                                                                                                         // linestring opened, so datapoint (gps_coordinates) can be added to the document.
410
                                }
-
 
411
                        } // EOF model is flying
-
 
412
                        else // model is not flying
311
                                if(kml_cnt++ < 20)                                                                                                                              // add 10 datapoints to the document.
413
                        {   // close log file if opened
-
 
414
                                if(logfilestate ==  LOGFILE_OPENED)
-
 
415
                                {
-
 
416
                                        if(KML_DocumentClose(&gpslogfile))
312
                                {
417
                                        {
313
                                        KML_LoggGPSCoordinates(GPS_Data,&mydocument);
418
                                                SerialPutString("\r\nClosing kml-file\r\n");
314
                                }
-
 
315
                                else                                                                                                                                                    // after the datapoints have been written to the document close the document.
-
 
316
                                {
419
                                                logfilestate = LOGFILE_CLOSED;
317
                                        KML_DocumentClose(&mydocument);                                                
-
 
318
                                        SerialPutString("\r\nfile closed");
420
                                        }
319
                                        kml_state = 2;
421
                                        else
Line 320... Line -...
320
                                }
-