Subversion Repositories NaviCtrl

Rev

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