Subversion Repositories NaviCtrl

Rev

Rev 247 | Rev 378 | 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
110 killagreg 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
305
}
110 killagreg 306
 
307
/**************************************************************/
308
/* Process incomming data from debug uart                     */
309
/**************************************************************/
310
void UART0_ProcessRxData(void)
311
{
312
        SerialMsg_t SerialMsg;
313
        // if data in the rxd buffer are not locked immediately return
314
        if((UART0_rx_buffer.Locked == FALSE) || (DebugUART == UART0) ) return;
315
 
190 killagreg 316
        MKProtocol_DecodeSerialFrameHeader(&UART0_rx_buffer, &SerialMsg); // decode serial frame in rxd buffer  
317
        MKProtocol_DecodeSerialFrameData(&UART0_rx_buffer, &SerialMsg); // decode serial frame in rxd buffer
318
 
319
        switch(SerialMsg.Address) // check for Slave Address
110 killagreg 320
        {
116 killagreg 321
                case MKOSD_ADDRESS: // answers from the MKOSD
190 killagreg 322
                        switch(SerialMsg.CmdID)
116 killagreg 323
                        {
324
                                case 'V':
325
                                        memcpy(&MKOSD_VersionInfo, SerialMsg.pData, sizeof(MKOSD_VersionInfo)); // copy echo pattern
326
                                        break;
327
                                default:
328
                                        break;
329
                        } // case MKOSD_ADDRESS 
330
                        break;
331
 
110 killagreg 332
                case NC_ADDRESS:  // own Slave Address
190 killagreg 333
                        switch(SerialMsg.CmdID)
116 killagreg 334
                        {
117 killagreg 335
                                case 'e': // request for the text of the error status
336
                                        UART0_Request_ErrorMessage = TRUE;
337
                                        break;
338
                                case 'o': // request for navigation information
339
                                        UART0_NaviData_Interval = (u32) SerialMsg.pData[0] * 10;
340
                                        if(UART0_NaviData_Interval > 0) UART0_Request_NaviData = TRUE;
341
                                        break;
116 killagreg 342
                                default:
343
                                        break;
344
                        } // case NC_ADDRESS
345
                        // "break;" is missing here to fall thru to the common commands
110 killagreg 346
 
347
                default:  // and any other Slave Address
190 killagreg 348
                        switch(SerialMsg.CmdID) // check CmdID
116 killagreg 349
                        {
350
                                case 'v': // request for version info
351
                                        UART0_Request_VersionInfo = TRUE;
352
                                        break;
353
                                default:
354
                                        // unsupported command recieved
355
                                        break;
356
                        }
357
                        break; // default:
110 killagreg 358
        }
112 killagreg 359
        Buffer_Clear(&UART0_rx_buffer);
110 killagreg 360
}
361
 
362
/**************************************************************/
363
/*         Transmit tx buffer via uart0                       */
364
/**************************************************************/
365
void UART0_Transmit(void)
366
{
367
        u8 tmp_tx;
195 killagreg 368
 
369
        IENABLE;
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
 
384
        IDISABLE;
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;
505
        u8 retval = 0xFF;
506
        u8 ubxmsg[]={0x0A, 0x04, 0x00, 0x00}; //MON-VER
507
        // prepare rx msg filter
508
        UbxMsg.Hdr.Class = 0x0A;
509
        UbxMsg.Hdr.Id = 0x04;
510
        UbxMsg.Hdr.Length = 0;
511
        UbxMsg.ClassMask = 0xFF;
512
        UbxMsg.IdMask = 0xFF;
513
        UbxMsg.Status = INVALID;
514
        UART0_UBXSendMsg(ubxmsg, sizeof(ubxmsg));
515
        // check for answer
516
        timeout = SetDelay(100);
517
        do
245 killagreg 518
        {
247 killagreg 519
                if(UbxMsg.Status == NEWDATA) break;
520
        }while(!CheckDelay(timeout));
521
        if((UbxMsg.Hdr.Length >= 40) && (UbxMsg.Status == NEWDATA))
522
        {
523
                UbxMsg.Data[4] = 0; //Only the fisrt 4 chsracters 
524
                UbxMsg.Data[39] = 0;
525
                UART1_PutString(" V");
526
                UART1_PutString((u8*)&UbxMsg.Data);
527
                UART1_PutString(" HW:");
528
                UART1_PutString((u8*)&UbxMsg.Data[30]);
529
                retval = UbxMsg.Data[0]-'0'; // major sw version        
245 killagreg 530
        }
247 killagreg 531
        UbxMsg.Status = INVALID;
245 killagreg 532
        return(retval);
533
}