Subversion Repositories NaviCtrl

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
41 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.
41 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.
41 ingob 31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 32
// + Software LICENSING TERMS
41 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.
41 ingob 55
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
110 killagreg 56
#include <stdio.h>
57
#include <stdarg.h>
116 killagreg 58
#include <string.h>
41 ingob 59
#include "91x_lib.h"
136 killagreg 60
#include "config.h"
110 killagreg 61
#include "main.h"
49 ingob 62
#include "uart0.h"
41 ingob 63
#include "uart1.h"
119 killagreg 64
#include "timer1.h"
41 ingob 65
#include "ubx.h"
110 killagreg 66
#include "mkprotocol.h"
41 ingob 67
 
116 killagreg 68
 
41 ingob 69
//------------------------------------------------------------------------------------
70
// global variables
71
 
116 killagreg 72
MKOSD_VersionInfo_t MKOSD_VersionInfo;
73
 
41 ingob 74
// UART0 MUXER
75
UART0_MuxerState_t UART0_Muxer = UART0_UNDEF;
110 killagreg 76
u16 Uart0Baudrate = UART0_BAUD_RATE;
77
u16 Uart0MK3MagBaudrate = UART0_BAUD_RATE;
41 ingob 78
 
110 killagreg 79
// the tx buffer
247 killagreg 80
#define UART0_TX_BUFFER_LEN  150
110 killagreg 81
u8 UART0_tbuffer[UART0_TX_BUFFER_LEN];
82
Buffer_t UART0_tx_buffer;
49 ingob 83
 
110 killagreg 84
// the rx buffer
247 killagreg 85
#define UART0_RX_BUFFER_LEN  150
110 killagreg 86
u8 UART0_rbuffer[UART0_RX_BUFFER_LEN];
87
Buffer_t UART0_rx_buffer;
88
 
116 killagreg 89
u8 UART0_Request_VersionInfo    = FALSE;
90
u8 UART0_Request_NaviData               = FALSE;
117 killagreg 91
u8 UART0_Request_ErrorMessage   = FALSE;
116 killagreg 92
u32 UART0_NaviData_Timer;
93
u32 UART0_NaviData_Interval = 0;        // in ms
110 killagreg 94
 
582 holgerb 95
u16 GPS_Version = 0;
41 ingob 96
//------------------------------------------------------------------------------------
97
// functions
98
 
99
/********************************************************/
245 killagreg 100
/*              Configure uart 0                        */
101
/********************************************************/
102
void UART0_Configure(u16 Baudrate)
103
{
104
        UART_InitTypeDef UART_InitStructure;
105
 
106
        SCU_APBPeriphClockConfig(__UART0, ENABLE);  // Enable the UART0 Clock
107
 
108
        /* UART0 configured as follow:
109
          - Word Length = 8 Bits
110
          - One Stop Bit
111
          - No parity
112
          - BaudRate taken from function argument
113
          - Hardware flow control Disabled
114
          - Receive and transmit enabled
115
          - Receive and transmit FIFOs are Disabled
116
    */
117
        UART_StructInit(&UART_InitStructure);
118
    UART_InitStructure.UART_WordLength =                        UART_WordLength_8D;
119
    UART_InitStructure.UART_StopBits =                          UART_StopBits_1;
120
    UART_InitStructure.UART_Parity =                            UART_Parity_No ;
121
    UART_InitStructure.UART_BaudRate =                          Baudrate;
122
    UART_InitStructure.UART_HardwareFlowControl =       UART_HardwareFlowControl_None;
123
    UART_InitStructure.UART_Mode =                                      UART_Mode_Tx_Rx;
124
    UART_InitStructure.UART_FIFO =                                      UART_FIFO_Enable;
125
    UART_InitStructure.UART_TxFIFOLevel =                       UART_FIFOLevel_1_2;
126
    UART_InitStructure.UART_RxFIFOLevel =                       UART_FIFOLevel_1_2;
127
 
128
        UART_DeInit(UART0);     // reset uart 0 to default
129
    UART_Init(UART0, &UART_InitStructure);  // initialize uart 0
130
 
131
        // enable uart 0 interrupts selective
132
    UART_ITConfig(UART0, UART_IT_Receive | UART_IT_ReceiveTimeOut  /*| UART_IT_FrameError*/, ENABLE);
133
        UART_Cmd(UART0, ENABLE); // enable uart 0
134
        // configure the uart 0 interupt line
135
        VIC_Config(UART0_ITLine, VIC_IRQ, PRIORITY_UART0);
136
        // enable the uart 0 IRQ
137
        VIC_ITCmd(UART0_ITLine, ENABLE);
138
}
139
 
140
/********************************************************/
41 ingob 141
/*              Connect RXD & TXD to GPS                */
142
/********************************************************/
245 killagreg 143
void UART0_Connect_to_MKGPS(u16 Baudrate)
41 ingob 144
{
145
        GPIO_InitTypeDef GPIO_InitStructure;
146
 
147
        UART0_Muxer = UART0_UNDEF;
148
 
149
        SCU_APBPeriphClockConfig(__GPIO6, ENABLE); // Enable the GPIO6 Clock
150
        // unmap UART0 from Compass
151
        // set port pin 5.1 (serial data from compass) to input and disconnect from IP
152
        GPIO_StructInit(&GPIO_InitStructure);
153
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinInput;
154
    GPIO_InitStructure.GPIO_Pin =                       GPIO_Pin_1;
155
    GPIO_InitStructure.GPIO_Type =                      GPIO_Type_PushPull ;
196 killagreg 156
    GPIO_InitStructure.GPIO_IPInputConnected =  GPIO_IPInputConnected_Disable;
41 ingob 157
    GPIO_InitStructure.GPIO_Alternate =         GPIO_InputAlt1;
158
    GPIO_Init(GPIO5, &GPIO_InitStructure);
159
        // set port pin 5.0 (serial data to compass) to input
160
        GPIO_StructInit(&GPIO_InitStructure);
161
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinInput;
162
    GPIO_InitStructure.GPIO_Pin =                       GPIO_Pin_0;
163
    GPIO_InitStructure.GPIO_Type =                      GPIO_Type_PushPull;
196 killagreg 164
        GPIO_InitStructure.GPIO_IPInputConnected =      GPIO_IPInputConnected_Disable;
41 ingob 165
    GPIO_InitStructure.GPIO_Alternate =         GPIO_InputAlt1;
166
    GPIO_Init(GPIO5, &GPIO_InitStructure);
167
        // map UART0 to GPS
168
        // set port pin 6.6 (serial data from gps) to input and connect to IP
169
        GPIO_StructInit(&GPIO_InitStructure);
170
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinInput;
171
    GPIO_InitStructure.GPIO_Pin =                       GPIO_Pin_6;
172
    GPIO_InitStructure.GPIO_Type =                      GPIO_Type_PushPull ;
196 killagreg 173
    GPIO_InitStructure.GPIO_IPInputConnected =  GPIO_IPInputConnected_Enable;
41 ingob 174
    GPIO_InitStructure.GPIO_Alternate =         GPIO_InputAlt1; //UART0_RxD
175
    GPIO_Init(GPIO6, &GPIO_InitStructure);
176
        // set port pin 6.7 (serial data to gps) to output
177
        GPIO_StructInit(&GPIO_InitStructure);
178
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinOutput;
179
    GPIO_InitStructure.GPIO_Pin =                       GPIO_Pin_7;
180
    GPIO_InitStructure.GPIO_Type =                      GPIO_Type_PushPull;
196 killagreg 181
        GPIO_InitStructure.GPIO_IPInputConnected =      GPIO_IPInputConnected_Enable;
41 ingob 182
    GPIO_InitStructure.GPIO_Alternate =         GPIO_OutputAlt3; //UART0_TX
183
    GPIO_Init(GPIO6, &GPIO_InitStructure);
245 killagreg 184
        // configure the UART0
185
        UART0_Configure(Baudrate);
41 ingob 186
 
187
        UART0_Muxer = UART0_MKGPS;
188
}
189
 
190
/********************************************************/
191
/*              Connect RXD & TXD to MK3MAG             */
192
/********************************************************/
193
void UART0_Connect_to_MK3MAG(void)
194
{
245 killagreg 195
        u16 Baudrate;
196
 
41 ingob 197
        GPIO_InitTypeDef GPIO_InitStructure;
198
 
199
        UART0_Muxer = UART0_UNDEF;
200
 
201
        SCU_APBPeriphClockConfig(__GPIO5, ENABLE);
202
        // unmap UART0 from GPS
203
        // set port pin 6.6 (serial data from gps) to input and disconnect from IP
204
        GPIO_StructInit(&GPIO_InitStructure);
205
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinInput;
206
    GPIO_InitStructure.GPIO_Pin =                       GPIO_Pin_6;
207
    GPIO_InitStructure.GPIO_Type =                      GPIO_Type_PushPull;
196 killagreg 208
    GPIO_InitStructure.GPIO_IPInputConnected =  GPIO_IPInputConnected_Disable;
41 ingob 209
    GPIO_InitStructure.GPIO_Alternate =         GPIO_InputAlt1;
210
    GPIO_Init(GPIO6, &GPIO_InitStructure);
211
        // set port pin 6.7 (serial data to gps) to input
212
        GPIO_StructInit(&GPIO_InitStructure);
213
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinInput;
214
    GPIO_InitStructure.GPIO_Pin =                       GPIO_Pin_7;
215
    GPIO_InitStructure.GPIO_Type =                      GPIO_Type_PushPull;
196 killagreg 216
        GPIO_InitStructure.GPIO_IPInputConnected =      GPIO_IPInputConnected_Disable;
41 ingob 217
    GPIO_InitStructure.GPIO_Alternate =         GPIO_InputAlt1;
218
    GPIO_Init(GPIO6, &GPIO_InitStructure);
219
 
220
        // map UART0 to Compass
221
        // set port pin 5.1 (serial data from compass) to input and connect to IP
222
        GPIO_StructInit(&GPIO_InitStructure);
223
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinInput;
224
    GPIO_InitStructure.GPIO_Pin =                       GPIO_Pin_1;
225
    GPIO_InitStructure.GPIO_Type =                      GPIO_Type_PushPull ;
196 killagreg 226
    GPIO_InitStructure.GPIO_IPInputConnected =  GPIO_IPInputConnected_Enable;
41 ingob 227
    GPIO_InitStructure.GPIO_Alternate =         GPIO_InputAlt1; //UART0_RxD
228
    GPIO_Init(GPIO5, &GPIO_InitStructure);
229
        // set port pin 5.0 (serial data to compass) to output
230
        GPIO_StructInit(&GPIO_InitStructure);
231
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinOutput;
232
    GPIO_InitStructure.GPIO_Pin =                       GPIO_Pin_0;
233
    GPIO_InitStructure.GPIO_Type =                      GPIO_Type_PushPull;
196 killagreg 234
        GPIO_InitStructure.GPIO_IPInputConnected =      GPIO_IPInputConnected_Enable;
41 ingob 235
    GPIO_InitStructure.GPIO_Alternate =         GPIO_OutputAlt3; //UART0_TX
236
    GPIO_Init(GPIO5, &GPIO_InitStructure);
245 killagreg 237
        Baudrate = UART0_BAUD_RATE + ((UART0_BAUD_RATE * 2)/100);   // MK3Mag baudrate is a little bit higher...
238
        UART0_Configure(Baudrate);
41 ingob 239
        UART0_Muxer = UART0_MK3MAG;
240
}
241
 
242
/********************************************************/
243
/*                  Initialize UART0                    */
244
/********************************************************/
245
void UART0_Init(void)
246
{
110 killagreg 247
        UART1_PutString("\r\n UART0 init...");
41 ingob 248
 
245 killagreg 249
        UART0_Connect_to_MKGPS(UART0_BAUD_RATE);
41 ingob 250
 
110 killagreg 251
        // initialize txd buffer
112 killagreg 252
        Buffer_Init(&UART0_tx_buffer, UART0_tbuffer, UART0_TX_BUFFER_LEN);
110 killagreg 253
 
254
        // initialize rxd buffer
112 killagreg 255
        Buffer_Init(&UART0_rx_buffer, UART0_rbuffer, UART0_RX_BUFFER_LEN);
49 ingob 256
 
110 killagreg 257
        UART1_PutString("ok");
49 ingob 258
}
259
 
41 ingob 260
/********************************************************/
261
/*            UART0 Interrupt Handler                   */
262
/********************************************************/
263
void UART0_IRQHandler(void)
264
{
265
        u8 c;
136 killagreg 266
        // if receive irq (FIFO is over trigger level) or receive timeout irq (FIFO is not empty for longer times) has occured
41 ingob 267
        if((UART_GetITStatus(UART0, UART_IT_Receive) != RESET) || (UART_GetITStatus(UART0, UART_IT_ReceiveTimeOut) != RESET) )
268
        {
269
                UART_ClearITPendingBit(UART0, UART_IT_Receive);                 // clear receive interrupt flag
270
                UART_ClearITPendingBit(UART0, UART_IT_ReceiveTimeOut);  // clear receive timeout interrupt flag
271
 
272
                // if debug UART is UART0
273
                if (DebugUART == UART0)
274
                {       // forward received data to the UART1 tx buffer
275
                        while(UART_GetFlagStatus(UART0, UART_FLAG_RxFIFOEmpty) != SET)
276
                        {
277
                                // wait for space in the tx buffer of the UART1
278
                                while(UART_GetFlagStatus(UART1, UART_FLAG_TxFIFOFull) == SET) {};
279
                                // move the byte from the rx buffer of UART0 to the tx buffer of UART1
280
                                UART_SendData(UART1, UART_ReceiveData(UART0));
281
                        }
282
                }
283
                else // UART0 is not the DebugUART (normal operation)
284
                {
285
                        // repeat until no byte is in the RxFIFO
286
                        while (UART_GetFlagStatus(UART0, UART_FLAG_RxFIFOEmpty) != SET)
287
                        {  
288
                                c = UART_ReceiveData(UART0); // get byte from rx fifo
289
                                switch(UART0_Muxer)
290
                                {
291
                                        case UART0_MKGPS:
245 killagreg 292
                                                UBX_RxParser(c); // if connected to GPS forward byte to ubx parser
378 holgerb 293
//      MKProtocol_CollectSerialFrame(&UART0_rx_buffer, c);     // ckeck for MK-Frames also
41 ingob 294
                                                break;
295
                                        case UART0_MK3MAG:
296
                                                // ignore any byte send from MK3MAG
297
                                                break;
298
                                        case UART0_UNDEF:
299
                                        default:
300
                                                // ignore the byte from unknown source
301
                                                break;
302
                                } // eof switch(UART0_Muxer)
303
                        } // eof while
304
                }  // eof UART0 is not the DebugUART
305
        } // eof receive irq or receive timeout irq
378 holgerb 306
 
307
        VIC1->VAR = 0xFF; // write any value to VIC0 Vector address register
41 ingob 308
}
110 killagreg 309
 
310
/**************************************************************/
311
/* Process incomming data from debug uart                     */
312
/**************************************************************/
313
void UART0_ProcessRxData(void)
314
{
315
        SerialMsg_t SerialMsg;
316
        // if data in the rxd buffer are not locked immediately return
317
        if((UART0_rx_buffer.Locked == FALSE) || (DebugUART == UART0) ) return;
318
 
190 killagreg 319
        MKProtocol_DecodeSerialFrameHeader(&UART0_rx_buffer, &SerialMsg); // decode serial frame in rxd buffer  
320
        MKProtocol_DecodeSerialFrameData(&UART0_rx_buffer, &SerialMsg); // decode serial frame in rxd buffer
321
 
322
        switch(SerialMsg.Address) // check for Slave Address
110 killagreg 323
        {
116 killagreg 324
                case MKOSD_ADDRESS: // answers from the MKOSD
190 killagreg 325
                        switch(SerialMsg.CmdID)
116 killagreg 326
                        {
327
                                case 'V':
328
                                        memcpy(&MKOSD_VersionInfo, SerialMsg.pData, sizeof(MKOSD_VersionInfo)); // copy echo pattern
329
                                        break;
330
                                default:
331
                                        break;
332
                        } // case MKOSD_ADDRESS 
333
                        break;
334
 
110 killagreg 335
                case NC_ADDRESS:  // own Slave Address
190 killagreg 336
                        switch(SerialMsg.CmdID)
116 killagreg 337
                        {
117 killagreg 338
                                case 'e': // request for the text of the error status
339
                                        UART0_Request_ErrorMessage = TRUE;
340
                                        break;
341
                                case 'o': // request for navigation information
342
                                        UART0_NaviData_Interval = (u32) SerialMsg.pData[0] * 10;
343
                                        if(UART0_NaviData_Interval > 0) UART0_Request_NaviData = TRUE;
344
                                        break;
116 killagreg 345
                                default:
346
                                        break;
347
                        } // case NC_ADDRESS
348
                        // "break;" is missing here to fall thru to the common commands
110 killagreg 349
 
350
                default:  // and any other Slave Address
190 killagreg 351
                        switch(SerialMsg.CmdID) // check CmdID
116 killagreg 352
                        {
353
                                case 'v': // request for version info
354
                                        UART0_Request_VersionInfo = TRUE;
355
                                        break;
356
                                default:
357
                                        // unsupported command recieved
358
                                        break;
359
                        }
360
                        break; // default:
110 killagreg 361
        }
112 killagreg 362
        Buffer_Clear(&UART0_rx_buffer);
110 killagreg 363
}
364
 
365
/**************************************************************/
366
/*         Transmit tx buffer via uart0                       */
367
/**************************************************************/
368
void UART0_Transmit(void)
369
{
370
        u8 tmp_tx;
195 killagreg 371
 
110 killagreg 372
        if(DebugUART == UART0) return; // no data output if debug uart is rederected to UART0
373
        // if something has to be send and the txd fifo is not full
374
        if((UART0_tx_buffer.Locked == TRUE) && (UART_GetFlagStatus(UART0, UART_FLAG_TxFIFOFull) == RESET))
375
        {
376
                tmp_tx = UART0_tx_buffer.pData[UART0_tx_buffer.Position++]; // read next byte from txd buffer
377
                UART_SendData(UART0, tmp_tx); // put character to txd fifo
378
                // if terminating character or end of txd buffer reached
379
                if((tmp_tx == '\r') || (UART0_tx_buffer.Position == UART0_tx_buffer.Size))
380
                {
112 killagreg 381
                        Buffer_Clear(&UART0_tx_buffer);
110 killagreg 382
                }
383
        }
195 killagreg 384
 
110 killagreg 385
}
386
 
387
 
388
/**************************************************************/
389
/* Send the answers to incomming commands at the uart0        */
390
/**************************************************************/
391
void UART0_TransmitTxData(void)
392
{
393
        if(DebugUART == UART0) return;
394
        UART0_Transmit(); // output pending bytes in tx buffer
395
        if(UART0_tx_buffer.Locked == TRUE) return;
396
 
151 killagreg 397
        else if(UART0_Request_ErrorMessage && (UART0_tx_buffer.Locked == FALSE))
117 killagreg 398
        {
399
                MKProtocol_CreateSerialFrame(&UART0_tx_buffer, 'E', NC_ADDRESS, 1, (u8 *)&ErrorMSG, sizeof(ErrorMSG));
400
                UART0_Request_ErrorMessage = FALSE;
401
        }
151 killagreg 402
        else if(UART0_Request_VersionInfo && (UART0_tx_buffer.Locked == FALSE))
116 killagreg 403
        {
404
                MKProtocol_CreateSerialFrame(&UART0_tx_buffer, 'V', NC_ADDRESS,1, (u8 *)&UART_VersionInfo, sizeof(UART_VersionInfo));
405
                UART0_Request_VersionInfo = FALSE;
406
        }
151 killagreg 407
        else if(( ((UART0_NaviData_Interval >0) && CheckDelay(UART0_NaviData_Timer) ) || UART0_Request_NaviData) && (UART0_tx_buffer.Locked == FALSE))
110 killagreg 408
        {
409
                NaviData.Errorcode = ErrorCode;
410
                MKProtocol_CreateSerialFrame(&UART0_tx_buffer, 'O', NC_ADDRESS,1, (u8 *)&NaviData, sizeof(NaviData));
411
                UART0_NaviData_Timer = SetDelay(UART0_NaviData_Interval);
412
                UART0_Request_NaviData = FALSE;
413
        }      
414
        UART0_Transmit(); // output pending bytes in tx buffer
415
}
116 killagreg 416
 
417
 
418
/**************************************************************/
419
/* Get the version of the MKOSD                               */
420
/**************************************************************/
247 killagreg 421
u8 UART0_GetMKOSDVersion(void)
116 killagreg 422
{
423
        u32 timeout;
424
        u8 msg[64];
247 killagreg 425
        u8 retval = 0;
116 killagreg 426
 
427
        MKOSD_VersionInfo.SWMajor = 0xFF;
428
        MKOSD_VersionInfo.SWMinor = 0xFF;
429
        MKOSD_VersionInfo.SWPatch = 0xFF;
430
 
245 killagreg 431
        if(UART0_Muxer != UART0_MKGPS) UART0_Connect_to_MKGPS(UART0_BAUD_RATE);
116 killagreg 432
        while(UART0_tx_buffer.Locked == TRUE) UART0_Transmit(); // output pending bytes in tx buffer;
433
 
434
        MKProtocol_CreateSerialFrame(&UART0_tx_buffer, 'v', MKOSD_ADDRESS, 0); // request for version info
435
        while(UART0_tx_buffer.Locked == TRUE) UART0_Transmit(); // output pending bytes in tx buffer;
436
 
437
        timeout = SetDelay(500);
438
        do
439
        {
440
                UART0_ProcessRxData();
441
                if(MKOSD_VersionInfo.SWMajor != 0xFF) break;
442
        }while(!CheckDelay(timeout));
443
 
444
        if(MKOSD_VersionInfo.SWMajor != 0xFF)
445
        {
446
                sprintf(msg, "\n\r MK-OSD V%d.%d%c", MKOSD_VersionInfo.SWMajor, MKOSD_VersionInfo.SWMinor, 'a'+MKOSD_VersionInfo.SWPatch);
447
                UART1_PutString(msg);
247 killagreg 448
                retval = 1;
116 killagreg 449
        }
247 killagreg 450
        //else UART1_PutString("\n\r No version information from MK-OSD."); 
451
        return(retval);
116 killagreg 452
}
245 killagreg 453
 
454
/**************************************************************/
247 killagreg 455
/* Send a  message to the UBLOX device                        */
245 killagreg 456
/**************************************************************/
247 killagreg 457
u8 UART0_UBXSendMsg(u8* pData, u16 Len)
245 killagreg 458
{
459
        u8 retval = 0;
460
        // check for connection to GPS
461
        if(UART0_Muxer != UART0_MKGPS) return(retval);
462
        while(UART0_tx_buffer.Locked == TRUE) UART0_Transmit(); // output pending bytes in tx buffer;
247 killagreg 463
        UBX_CreateMsg(&UART0_tx_buffer, pData, Len);  // build ubx message frame
245 killagreg 464
        while(UART0_tx_buffer.Locked == TRUE) UART0_Transmit(); // output pending bytes in tx buffer;
247 killagreg 465
        return(1);
466
}
467
 
468
/**************************************************************/
469
/* Send a configuration message to the UBLOX device           */
470
/**************************************************************/
471
u8 UART0_UBXSendCFGMsg(u8* pData, u16 Len)
472
{
473
        u32 timeout;
474
        u8 retval = 0;
475
        // if data are not a CFG MSG
476
        if(pData[0]!= UBX_CLASS_CFG) return(retval);
477
        // prepare rx msg filter
478
        UbxMsg.Hdr.Class = UBX_CLASS_ACK;
479
        UbxMsg.Hdr.Id = 0xFF;
480
        UbxMsg.Hdr.Length = 0;
481
        UbxMsg.ClassMask = 0xFF;
482
        UbxMsg.IdMask = 0x00;
483
        UbxMsg.Status = INVALID;
484
        UART0_UBXSendMsg(pData, Len);
485
        // check for acknowledge msg
486
        timeout = SetDelay(100);
245 killagreg 487
        do
488
        {
247 killagreg 489
                if(UbxMsg.Status == NEWDATA) break;
245 killagreg 490
        }while(!CheckDelay(timeout));
247 killagreg 491
        if(UbxMsg.Status == NEWDATA)
492
        {       // 2 bytes payload
493
                if((UbxMsg.Data[0] == pData[0]) && (UbxMsg.Data[1] == pData[1]) && (UbxMsg.Hdr.Length == 2)) retval = UbxMsg.Hdr.Id;
494
        }
495
        UbxMsg.Status = INVALID;
496
        return(retval);
497
}
498
 
499
/**************************************************************/
500
/* Get Version Info from UBX Module                           */
501
/**************************************************************/
502
u8 UART0_GetUBXVersion(void)
503
{
504
        u32 timeout;
582 holgerb 505
        u8 msg[64];
247 killagreg 506
        u8 retval = 0xFF;
507
        u8 ubxmsg[]={0x0A, 0x04, 0x00, 0x00}; //MON-VER
508
        // prepare rx msg filter
509
        UbxMsg.Hdr.Class = 0x0A;
510
        UbxMsg.Hdr.Id = 0x04;
511
        UbxMsg.Hdr.Length = 0;
512
        UbxMsg.ClassMask = 0xFF;
513
        UbxMsg.IdMask = 0xFF;
514
        UbxMsg.Status = INVALID;
515
        UART0_UBXSendMsg(ubxmsg, sizeof(ubxmsg));
516
        // check for answer
517
        timeout = SetDelay(100);
518
        do
245 killagreg 519
        {
247 killagreg 520
                if(UbxMsg.Status == NEWDATA) break;
521
        }while(!CheckDelay(timeout));
522
        if((UbxMsg.Hdr.Length >= 40) && (UbxMsg.Status == NEWDATA))
523
        {
582 holgerb 524
/*
247 killagreg 525
                UART1_PutString(" V");
582 holgerb 526
                UbxMsg.Data[4] = 0; //Only the first 4 characters
247 killagreg 527
                UART1_PutString((u8*)&UbxMsg.Data);
528
                UART1_PutString(" HW:");
582 holgerb 529
                UbxMsg.Data[39] = 0;
247 killagreg 530
                UART1_PutString((u8*)&UbxMsg.Data[30]);
582 holgerb 531
*/
532
          if(UbxMsg.Data[33] == '4' && UbxMsg.Data[37] == '1') // LEA-4 
533
           {
534
        GPS_Version = 1000 + (UbxMsg.Data[0] - '0') * 100 + (UbxMsg.Data[2] - '0')  * 10 + (UbxMsg.Data[3] - '0');
535
                retval = 10; // MKGPS V1
536
           }
537
           else
538
          if(UbxMsg.Data[33] == '4' && UbxMsg.Data[37] == '7') // LEA-6 
539
           {
540
        GPS_Version = 2000 + (UbxMsg.Data[0] - '0') * 100 + (UbxMsg.Data[2] - '0')  * 10 + (UbxMsg.Data[3] - '0');
541
                retval = 20; // MKGPS V2
542
           }
543
           else
544
          if(UbxMsg.Data[33] == '8' && UbxMsg.Data[37] == '0') // NEO-8 
545
           {
546
        GPS_Version = 3000 + (UbxMsg.Data[0] - '0') * 100 + (UbxMsg.Data[2] - '0')  * 10 + (UbxMsg.Data[3] - '0');
547
                retval = 30; // MKGPS V3
548
           }
549
           else
550
                UART1_PutString(" ! -> UNKNOWN <- ! ");
551
                        // HW:00000040: Antaris
552
                        // HW:00040001: Antaris-4
553
                        // HW:80040001: Antaris-4
554
                        // HW:00040005: u-blox 5
555
                        // HW:00040006: u-blox 6
556
                        // HW:00040007: u-blox 6
557
                        // HW:00070000: u-blox 7
558
                        // HW:00080000: u-blox M8
559
           // MKGPS V1 -> 1500 -> LEA-4H-0-000 -> ubxsw == 5.00 HW:00040001 
560
           // MKGPS V2 -> 2602 -> LEA-6S-0-000 -> ubxsw == 6.02 HW:00040007 
561
           // MKGPS V2 -> 2703 -> LEA-6S-0-001 -> ubxsw == 7.03 HW:00040007
562
                   // MKGPS V3 -> 3201 -> NEO-M8Q-0-00 -> ubxsw == 2.00 HW:00080000 (Flash-oder ROM Variante)
563
                UbxMsg.Data[4] = 0; //Only the first 4 characters 
585 holgerb 564
                sprintf(msg, " V%d.%d SW:%s", retval/10,retval%10, (u8*)&UbxMsg.Data[0]);
582 holgerb 565
                UART1_PutString(msg);
245 killagreg 566
        }
247 killagreg 567
        UbxMsg.Status = INVALID;
245 killagreg 568
        return(retval);
569
}
582 holgerb 570
 
571
 
572
 
573
 
574
 
575
 
576
 
577
 
578
 
579
 
580
 
581
 
582
 
583
 
584
 
585
 
586
 
587